#9238C1

Color #9238C1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9238C1

Tints of Dark Orchid #9238C1

Color information

#9238C1 (or 0x9238C1) is unknown color: approx Dark Orchid. HEX triplet: 92, 38 and C1. RGB value is (146,56,193). Sum of RGB (Red+Green+Blue) = 146+56+193=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #9238C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238C1 is #6DC73E. Grayscale: #626262. Windows color (decimal): -7194431 or 12662930. OLE color: 12662930.

HSL color Cylindrical-coordinate representation of color #9238C1: hue angle of 279.42º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9238C1 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14656193-
CMYK0.240.7100.24
HSL279.42º55.02%48.82%-
HSV(B)279.42º70.98%75.69%-
XYZ22.8912.7951.71-
YUV98.53181.32161.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=36.96%
G=14.18%
B=48.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146561930.240.7100.24279.4255.0248.82
Hex9238C118470181173731
Octal22270301301070304276761
Binary1001001011100011000001110001000111011000100010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9238C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9238C1; }

 p { color: rgb(146,56,193); }

 H1.HeaderClassName
 {
   color: #9238C1;
 }
 .AnyTagClassName
 {
   color: #9238C1;
 }
</style>
background-color css

<style>
 a { background-color: #9238C1; }

 a { background-color: rgb(146,56,193); }

 div.DivClassName
 {
   background-color: #9238C1;
 }
 .BgClassName
 {
   background-color: #9238C1;
 }
</style>
border-color css

<style>
 span { border-color: #9238C1; }

 span { border-color: rgb(146,56,193); }

 td.TdClassName
 {
   border-color: #9238C1;
 }
 .TagClassName
 {
   border-color: #9238C1;
 }
</style>