Html Css Color HEX #931BAB Dark Orchid

📋 copy color: '#931BAB'

red 147 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #931BAB

Tints of Dark Orchid #931BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.83%

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

R = 42.61%
G = 7.83%
B = 49.57%

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

#931BAB (or 0x931BAB) is known color: Dark Orchid. HEX triplet: 93, 1B and AB. RGB value is (147,27,171). Sum of RGB (Red+Green+Blue) = 147+27+171=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #931BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931BAB is #6CE454. Grayscale: #4E4E4E. Windows color (decimal): -7136341 or 11213715. OLE color: 11213715.

HSL color Cylindrical-coordinate representation of color #931BAB: hue angle of 290º degrees, saturation: 0.73, 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 #931BAB is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 27 171 -
CMYK 0.14 0.84 0 0.33
HSL 290º 0.73% 0.39% -
HSV(B) 290º 0.84% 0.67% -
XYZ 19.78 9.93 39.4 -
YUV 79.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 147 27 171 0.14 0.84 0 0.33 290 0.73 0.39
Hex 93 1B AB E 54 0 21 122 49 27
Octal 223 33 253 16 124 0 41 442 111 47
Binary 10010011 11011 10101011 1110 1010100 0 100001 100100010 1001001 100111

Color Harmonies of #931BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931BAB

Black with #931BAB

Text Example


Text Example

White with #931BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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