Html Css Color HEX #971AB6 Dark Orchid

📋 copy color: '#971AB6'

red 151 ◦ green 26 ◦ blue 182

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

Shades of Dark Orchid #971AB6

Tints of Dark Orchid #971AB6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

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

R = 42.06%
G = 7.24%
B = 50.7%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#971AB6 (or 0x971AB6) is known color: Dark Orchid. HEX triplet: 97, 1A and B6. RGB value is (151,26,182). Sum of RGB (Red+Green+Blue) = 151+26+182=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #971AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971AB6 is #68E549. Grayscale: #505050. Windows color (decimal): -6874442 or 11934359. OLE color: 11934359.

HSL color Cylindrical-coordinate representation of color #971AB6: hue angle of 288.08º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971AB6 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 26 182 -
CMYK 0.17 0.86 0 0.29
HSL 288.08º 0.75% 0.41% -
HSV(B) 288.08º 0.86% 0.71% -
XYZ 21.58 10.7 45.18 -
YUV 81.16 184.91 177.82 -
System Red Green Blue C M Y K H S L
Decimal 151 26 182 0.17 0.86 0 0.29 288.08 0.75 0.41
Hex 97 1A B6 11 56 0 1D 120 4B 29
Octal 227 32 266 21 126 0 35 440 113 51
Binary 10010111 11010 10110110 10001 1010110 0 11101 100100000 1001011 101001

Color Harmonies of #971AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971AB6

Black with #971AB6

Text Example


Text Example

White with #971AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,26,182); }

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

background-color css

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

 a { background-color: rgb(151,26,182); }

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

border-color css

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

 span { border-color: rgb(151,26,182); }

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