Html Css Color HEX #971DBE Dark Orchid

📋 copy color: '#971DBE'

red 151 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #971DBE

Tints of Dark Orchid #971DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.35%

R = 40.81%
G = 7.84%
B = 51.35%

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

#971DBE (or 0x971DBE) is known color: Dark Orchid. HEX triplet: 97, 1D and BE. RGB value is (151,29,190). Sum of RGB (Red+Green+Blue) = 151+29+190=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #971DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DBE is #68E241. Grayscale: #535353. Windows color (decimal): -6873666 or 12459415. OLE color: 12459415.

HSL color Cylindrical-coordinate representation of color #971DBE: hue angle of 285.47º 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 #971DBE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 29 190 -
CMYK 0.21 0.85 0 0.25
HSL 285.47º 0.74% 0.43% -
HSV(B) 285.47º 0.85% 0.75% -
XYZ 22.5 11.18 49.69 -
YUV 83.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 151 29 190 0.21 0.85 0 0.25 285.47 0.74 0.43
Hex 97 1D BE 15 55 0 19 11D 4A 2B
Octal 227 35 276 25 125 0 31 435 112 53
Binary 10010111 11101 10111110 10101 1010101 0 11001 100011101 1001010 101011

Color Harmonies of #971DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DBE

Black with #971DBE

Text Example


Text Example

White with #971DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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