Html Css Color HEX #972ABF Dark Orchid

📋 copy color: '#972ABF'

red 151 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #972ABF

Tints of Dark Orchid #972ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.94%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 39.32%
G = 10.94%
B = 49.74%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#972ABF (or 0x972ABF) is known color: Dark Orchid. HEX triplet: 97, 2A and BF. RGB value is (151,42,191). Sum of RGB (Red+Green+Blue) = 151+42+191=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #972ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ABF is #68D540. Grayscale: #5B5B5B. Windows color (decimal): -6870337 or 12528279. OLE color: 12528279.

HSL color Cylindrical-coordinate representation of color #972ABF: hue angle of 283.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972ABF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 42 191 -
CMYK 0.21 0.78 0 0.25
HSL 283.89º 0.64% 0.46% -
HSV(B) 283.89º 0.78% 0.75% -
XYZ 22.99 12 50.39 -
YUV 91.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 151 42 191 0.21 0.78 0 0.25 283.89 0.64 0.46
Hex 97 2A BF 15 4E 0 19 11C 40 2E
Octal 227 52 277 25 116 0 31 434 100 56
Binary 10010111 101010 10111111 10101 1001110 0 11001 100011100 1000000 101110

Color Harmonies of #972ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972ABF

Black with #972ABF

Text Example


Text Example

White with #972ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,42,191); }

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

background-color css

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

 a { background-color: rgb(151,42,191); }

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

border-color css

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

 span { border-color: rgb(151,42,191); }

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