Html Css Color HEX #931CAB Dark Orchid

📋 copy color: '#931CAB'

red 147 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #931CAB

Tints of Dark Orchid #931CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 42.49%
G = 8.09%
B = 49.42%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#931CAB (or 0x931CAB) is known color: Dark Orchid. HEX triplet: 93, 1C and AB. RGB value is (147,28,171). Sum of RGB (Red+Green+Blue) = 147+28+171=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #931CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931CAB is #6CE354. Grayscale: #4F4F4F. Windows color (decimal): -7136085 or 11213971. OLE color: 11213971.

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

Color convert

RGB 147 28 171 -
CMYK 0.14 0.84 0 0.33
HSL 289.93º 0.72% 0.39% -
HSV(B) 289.93º 0.84% 0.67% -
XYZ 19.8 9.97 39.41 -
YUV 79.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 147 28 171 0.14 0.84 0 0.33 289.93 0.72 0.39
Hex 93 1C AB E 54 0 21 122 48 27
Octal 223 34 253 16 124 0 41 442 110 47
Binary 10010011 11100 10101011 1110 1010100 0 100001 100100010 1001000 100111

Color Harmonies of #931CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931CAB

Black with #931CAB

Text Example


Text Example

White with #931CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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