Html Css Color HEX #972BAF Dark Orchid

📋 copy color: '#972BAF'

red 151 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #972BAF

Tints of Dark Orchid #972BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 40.92%
G = 11.65%
B = 47.43%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#972BAF (or 0x972BAF) is known color: Dark Orchid. HEX triplet: 97, 2B and AF. RGB value is (151,43,175). Sum of RGB (Red+Green+Blue) = 151+43+175=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #972BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972BAF is #68D450. Grayscale: #595959. Windows color (decimal): -6870097 or 11479959. OLE color: 11479959.

HSL color Cylindrical-coordinate representation of color #972BAF: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972BAF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 43 175 -
CMYK 0.14 0.75 0 0.31
HSL 289.09º 0.61% 0.43% -
HSV(B) 289.09º 0.75% 0.69% -
XYZ 21.36 11.4 41.63 -
YUV 90.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 151 43 175 0.14 0.75 0 0.31 289.09 0.61 0.43
Hex 97 2B AF E 4B 0 1F 121 3D 2B
Octal 227 53 257 16 113 0 37 441 75 53
Binary 10010111 101011 10101111 1110 1001011 0 11111 100100001 111101 101011

Color Harmonies of #972BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BAF

Black with #972BAF

Text Example


Text Example

White with #972BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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