Html Css Color HEX #972FBF Dark Orchid

📋 copy color: '#972FBF'

red 151 ◦ green 47 ◦ blue 191

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

Shades of Dark Orchid #972FBF

Tints of Dark Orchid #972FBF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.08%

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

R = 38.82%
G = 12.08%
B = 49.1%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#972FBF (or 0x972FBF) is known color: Dark Orchid. HEX triplet: 97, 2F and BF. RGB value is (151,47,191). Sum of RGB (Red+Green+Blue) = 151+47+191=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #972FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FBF is #68D040. Grayscale: #5E5E5E. Windows color (decimal): -6869057 or 12529559. OLE color: 12529559.

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

Color convert

RGB 151 47 191 -
CMYK 0.21 0.75 0 0.25
HSL 283.33º 0.61% 0.47% -
HSV(B) 283.33º 0.75% 0.75% -
XYZ 23.18 12.37 50.46 -
YUV 94.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 151 47 191 0.21 0.75 0 0.25 283.33 0.61 0.47
Hex 97 2F BF 15 4B 0 19 11B 3D 2F
Octal 227 57 277 25 113 0 31 433 75 57
Binary 10010111 101111 10111111 10101 1001011 0 11001 100011011 111101 101111

Color Harmonies of #972FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972FBF

Black with #972FBF

Text Example


Text Example

White with #972FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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