Html Css Color HEX #931EAC Dark Orchid

📋 copy color: '#931EAC'

red 147 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #931EAC

Tints of Dark Orchid #931EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 42.12%
G = 8.6%
B = 49.28%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#931EAC (or 0x931EAC) is known color: Dark Orchid. HEX triplet: 93, 1E and AC. RGB value is (147,30,172). Sum of RGB (Red+Green+Blue) = 147+30+172=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #931EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931EAC is #6CE153. Grayscale: #505050. Windows color (decimal): -7135572 or 11280019. OLE color: 11280019.

HSL color Cylindrical-coordinate representation of color #931EAC: hue angle of 289.44º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931EAC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 30 172 -
CMYK 0.15 0.83 0 0.33
HSL 289.44º 0.7% 0.4% -
HSV(B) 289.44º 0.83% 0.67% -
XYZ 19.94 10.11 39.93 -
YUV 81.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 147 30 172 0.15 0.83 0 0.33 289.44 0.7 0.4
Hex 93 1E AC F 53 0 21 121 46 28
Octal 223 36 254 17 123 0 41 441 106 50
Binary 10010011 11110 10101100 1111 1010011 0 100001 100100001 1000110 101000

Color Harmonies of #931EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931EAC

Black with #931EAC

Text Example


Text Example

White with #931EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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