Html Css Color HEX #971BAB Dark Orchid

📋 copy color: '#971BAB'

red 151 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #971BAB

Tints of Dark Orchid #971BAB

RGB

 RED value IS 151 (59.38% from 255) = 43.27%

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

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

R = 43.27%
G = 7.74%
B = 49%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#971BAB (or 0x971BAB) is known color: Dark Orchid. HEX triplet: 97, 1B and AB. RGB value is (151,27,171). Sum of RGB (Red+Green+Blue) = 151+27+171=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #971BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971BAB is #68E454. Grayscale: #505050. Windows color (decimal): -6874197 or 11213719. OLE color: 11213719.

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

Color convert

RGB 151 27 171 -
CMYK 0.12 0.84 0 0.33
HSL 291.67º 0.73% 0.39% -
HSV(B) 291.67º 0.84% 0.67% -
XYZ 20.51 10.3 39.44 -
YUV 80.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 151 27 171 0.12 0.84 0 0.33 291.67 0.73 0.39
Hex 97 1B AB C 54 0 21 124 49 27
Octal 227 33 253 14 124 0 41 444 111 47
Binary 10010111 11011 10101011 1100 1010100 0 100001 100100100 1001001 100111

Color Harmonies of #971BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BAB

Black with #971BAB

Text Example


Text Example

White with #971BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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