Html Css Color HEX #972DBF Dark Orchid

📋 copy color: '#972DBF'

red 151 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #972DBF

Tints of Dark Orchid #972DBF

RGB

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

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

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

R = 39.02%
G = 11.63%
B = 49.35%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#972DBF (or 0x972DBF) is known color: Dark Orchid. HEX triplet: 97, 2D and BF. RGB value is (151,45,191). Sum of RGB (Red+Green+Blue) = 151+45+191=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #972DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DBF is #68D240. Grayscale: #5C5C5C. Windows color (decimal): -6869569 or 12529047. OLE color: 12529047.

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

Color convert

RGB 151 45 191 -
CMYK 0.21 0.76 0 0.25
HSL 283.56º 0.62% 0.46% -
HSV(B) 283.56º 0.76% 0.75% -
XYZ 23.1 12.22 50.43 -
YUV 93.34 183.12 169.13 -
System Red Green Blue C M Y K H S L
Decimal 151 45 191 0.21 0.76 0 0.25 283.56 0.62 0.46
Hex 97 2D BF 15 4C 0 19 11C 3E 2E
Octal 227 55 277 25 114 0 31 434 76 56
Binary 10010111 101101 10111111 10101 1001100 0 11001 100011100 111110 101110

Color Harmonies of #972DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972DBF

Black with #972DBF

Text Example


Text Example

White with #972DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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