Html Css Color HEX #931ECC Dark Orchid

📋 copy color: '#931ECC'

red 147 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #931ECC

Tints of Dark Orchid #931ECC

RGB

 RED value IS 147 (57.81% from 255) = 38.58%

 GREEN value IS 30 (12.11% from 255) = 7.87%

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

R = 38.58%
G = 7.87%
B = 53.54%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#931ECC (or 0x931ECC) is known color: Dark Orchid. HEX triplet: 93, 1E and CC. RGB value is (147,30,204). Sum of RGB (Red+Green+Blue) = 147+30+204=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #931ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ECC is #6CE133. Grayscale: #545454. Windows color (decimal): -7135540 or 13377171. OLE color: 13377171.

HSL color Cylindrical-coordinate representation of color #931ECC: hue angle of 280.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931ECC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 30 204 -
CMYK 0.28 0.85 0 0.2
HSL 280.34º 0.74% 0.46% -
HSV(B) 280.34º 0.85% 0.8% -
XYZ 23.4 11.49 58.11 -
YUV 84.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 147 30 204 0.28 0.85 0 0.2 280.34 0.74 0.46
Hex 93 1E CC 1C 55 0 14 118 4A 2E
Octal 223 36 314 34 125 0 24 430 112 56
Binary 10010011 11110 11001100 11100 1010101 0 10100 100011000 1001010 101110

Color Harmonies of #931ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931ECC

Black with #931ECC

Text Example


Text Example

White with #931ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931ECC; }

 p { color: rgb(147,30,204); }

 H1.HeaderClassName
 {
   color: #931ECC;
 }
 .AnyTagClassName
 {
   color: #931ECC;
 }
</style>

background-color css

<style>
 a { background-color: #931ECC; }

 a { background-color: rgb(147,30,204); }

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

border-color css

<style>
 span { border-color: #931ECC; }

 span { border-color: rgb(147,30,204); }

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