Html Css Color HEX #971DBF Dark Orchid

📋 copy color: '#971DBF'

red 151 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #971DBF

Tints of Dark Orchid #971DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

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

R = 40.7%
G = 7.82%
B = 51.48%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#971DBF (or 0x971DBF) is known color: Dark Orchid. HEX triplet: 97, 1D and BF. RGB value is (151,29,191). Sum of RGB (Red+Green+Blue) = 151+29+191=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #971DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DBF is #68E240. Grayscale: #535353. Windows color (decimal): -6873665 or 12524951. OLE color: 12524951.

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

Color convert

RGB 151 29 191 -
CMYK 0.21 0.85 0 0.25
HSL 285.19º 0.74% 0.43% -
HSV(B) 285.19º 0.85% 0.75% -
XYZ 22.61 11.22 50.26 -
YUV 83.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 151 29 191 0.21 0.85 0 0.25 285.19 0.74 0.43
Hex 97 1D BF 15 55 0 19 11D 4A 2B
Octal 227 35 277 25 125 0 31 435 112 53
Binary 10010111 11101 10111111 10101 1010101 0 11001 100011101 1001010 101011

Color Harmonies of #971DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DBF

Black with #971DBF

Text Example


Text Example

White with #971DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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