Html Css Color HEX #9431CC Dark Orchid

📋 copy color: '#9431CC'

red 148 ◦ green 49 ◦ blue 204

#9431CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9431CC

Tints of Dark Orchid #9431CC

RGB

 RED value IS 148 (58.2% from 255) = 36.91%

 GREEN value IS 49 (19.53% from 255) = 12.22%

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 36.91%
G = 12.22%
B = 50.87%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9431CC (or 0x9431CC) is known color: Dark Orchid. HEX triplet: 94, 31 and CC. RGB value is (148,49,204). Sum of RGB (Red+Green+Blue) = 148+49+204=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #9431CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9431CC is #6BCE33. Grayscale: #5F5F5F. Windows color (decimal): -7065140 or 13382036. OLE color: 13382036.

HSL color Cylindrical-coordinate representation of color #9431CC: hue angle of 278.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9431CC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 49 204 -
CMYK 0.27 0.76 0 0.2
HSL 278.32º 0.61% 0.5% -
HSV(B) 278.32º 0.76% 0.8% -
XYZ 24.21 12.85 58.33 -
YUV 96.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 148 49 204 0.27 0.76 0 0.2 278.32 0.61 0.5
Hex 94 31 CC 1B 4C 0 14 116 3D 32
Octal 224 61 314 33 114 0 24 426 75 62
Binary 10010100 110001 11001100 11011 1001100 0 10100 100010110 111101 110010

Color Harmonies of #9431CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9431CC

Black with #9431CC

Text Example


Text Example

White with #9431CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9431CC; }

 p { color: rgb(148,49,204); }

 H1.HeaderClassName
 {
   color: #9431CC;
 }
 .AnyTagClassName
 {
   color: #9431CC;
 }
</style>

background-color css

<style>
 a { background-color: #9431CC; }

 a { background-color: rgb(148,49,204); }

 div.DivClassName
 {
   background-color: #9431CC;
 }
 .BgClassName
 {
   background-color: #9431CC;
 }
</style>

border-color css

<style>
 span { border-color: #9431CC; }

 span { border-color: rgb(148,49,204); }

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