Html Css Color HEX #972BAB Dark Orchid

📋 copy color: '#972BAB'

red 151 ◦ green 43 ◦ blue 171

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

Shades of Dark Orchid #972BAB

Tints of Dark Orchid #972BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 41.37%
G = 11.78%
B = 46.85%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#972BAB (or 0x972BAB) is known color: Dark Orchid. HEX triplet: 97, 2B and AB. RGB value is (151,43,171). Sum of RGB (Red+Green+Blue) = 151+43+171=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #972BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972BAB is #68D454. Grayscale: #595959. Windows color (decimal): -6870101 or 11217815. OLE color: 11217815.

HSL color Cylindrical-coordinate representation of color #972BAB: hue angle of 290.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972BAB is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 43 171 -
CMYK 0.12 0.75 0 0.33
HSL 290.63º 0.6% 0.42% -
HSV(B) 290.63º 0.75% 0.67% -
XYZ 20.98 11.25 39.59 -
YUV 89.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 151 43 171 0.12 0.75 0 0.33 290.63 0.6 0.42
Hex 97 2B AB C 4B 0 21 123 3C 2A
Octal 227 53 253 14 113 0 41 443 74 52
Binary 10010111 101011 10101011 1100 1001011 0 100001 100100011 111100 101010

Color Harmonies of #972BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BAB

Black with #972BAB

Text Example


Text Example

White with #972BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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