Html Css Color HEX #972DAB Dark Orchid

📋 copy color: '#972DAB'

red 151 ◦ green 45 ◦ blue 171

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

Shades of Dark Orchid #972DAB

Tints of Dark Orchid #972DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.26%

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

R = 41.14%
G = 12.26%
B = 46.59%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#972DAB (or 0x972DAB) is known color: Dark Orchid. HEX triplet: 97, 2D and AB. RGB value is (151,45,171). Sum of RGB (Red+Green+Blue) = 151+45+171=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #972DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972DAB is #68D254. Grayscale: #5A5A5A. Windows color (decimal): -6869589 or 11218327. OLE color: 11218327.

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

Color convert

RGB 151 45 171 -
CMYK 0.12 0.74 0 0.33
HSL 290.48º 0.58% 0.42% -
HSV(B) 290.48º 0.74% 0.67% -
XYZ 21.05 11.4 39.62 -
YUV 91.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 151 45 171 0.12 0.74 0 0.33 290.48 0.58 0.42
Hex 97 2D AB C 4A 0 21 122 3A 2A
Octal 227 55 253 14 112 0 41 442 72 52
Binary 10010111 101101 10101011 1100 1001010 0 100001 100100010 111010 101010

Color Harmonies of #972DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972DAB

Black with #972DAB

Text Example


Text Example

White with #972DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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