Html Css Color HEX #931DB6 Dark Orchid

📋 copy color: '#931DB6'

red 147 ◦ green 29 ◦ blue 182

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

Shades of Dark Orchid #931DB6

Tints of Dark Orchid #931DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.1%

 BLUE value IS 182 (71.48% from 255) = 50.84%

R = 41.06%
G = 8.1%
B = 50.84%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#931DB6 (or 0x931DB6) is known color: Dark Orchid. HEX triplet: 93, 1D and B6. RGB value is (147,29,182). Sum of RGB (Red+Green+Blue) = 147+29+182=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #931DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931DB6 is #6CE249. Grayscale: #515151. Windows color (decimal): -7135818 or 11935123. OLE color: 11935123.

HSL color Cylindrical-coordinate representation of color #931DB6: hue angle of 286.27º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #931DB6 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 29 182 -
CMYK 0.19 0.84 0 0.29
HSL 286.27º 0.73% 0.41% -
HSV(B) 286.27º 0.84% 0.71% -
XYZ 20.92 10.46 45.17 -
YUV 81.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 147 29 182 0.19 0.84 0 0.29 286.27 0.73 0.41
Hex 93 1D B6 13 54 0 1D 11E 49 29
Octal 223 35 266 23 124 0 35 436 111 51
Binary 10010011 11101 10110110 10011 1010100 0 11101 100011110 1001001 101001

Color Harmonies of #931DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931DB6

Black with #931DB6

Text Example


Text Example

White with #931DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,29,182); }

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

background-color css

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

 a { background-color: rgb(147,29,182); }

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

border-color css

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

 span { border-color: rgb(147,29,182); }

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