Html Css Color HEX #931DAB Dark Orchid

📋 copy color: '#931DAB'

red 147 ◦ green 29 ◦ blue 171

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

Shades of Dark Orchid #931DAB

Tints of Dark Orchid #931DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 42.36%
G = 8.36%
B = 49.28%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#931DAB (or 0x931DAB) is known color: Dark Orchid. HEX triplet: 93, 1D and AB. RGB value is (147,29,171). Sum of RGB (Red+Green+Blue) = 147+29+171=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #931DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931DAB is #6CE254. Grayscale: #505050. Windows color (decimal): -7135829 or 11214227. OLE color: 11214227.

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

Color convert

RGB 147 29 171 -
CMYK 0.14 0.83 0 0.33
HSL 289.86º 0.71% 0.39% -
HSV(B) 289.86º 0.83% 0.67% -
XYZ 19.82 10.02 39.42 -
YUV 80.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 147 29 171 0.14 0.83 0 0.33 289.86 0.71 0.39
Hex 93 1D AB E 53 0 21 122 47 27
Octal 223 35 253 16 123 0 41 442 107 47
Binary 10010011 11101 10101011 1110 1010011 0 100001 100100010 1000111 100111

Color Harmonies of #931DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931DAB

Black with #931DAB

Text Example


Text Example

White with #931DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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