Html Css Color HEX #971FD1 Dark Orchid

📋 copy color: '#971FD1'

red 151 ◦ green 31 ◦ blue 209

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

Shades of Dark Orchid #971FD1

Tints of Dark Orchid #971FD1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.93%

 BLUE value IS 209 (82.03% from 255) = 53.45%

R = 38.62%
G = 7.93%
B = 53.45%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#971FD1 (or 0x971FD1) is known color: Dark Orchid. HEX triplet: 97, 1F and D1. RGB value is (151,31,209). Sum of RGB (Red+Green+Blue) = 151+31+209=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #971FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FD1 is #68E02E. Grayscale: #565656. Windows color (decimal): -6873135 or 13705111. OLE color: 13705111.

HSL color Cylindrical-coordinate representation of color #971FD1: hue angle of 280.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971FD1 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 31 209 -
CMYK 0.28 0.85 0 0.18
HSL 280.45º 0.74% 0.47% -
HSV(B) 280.45º 0.85% 0.82% -
XYZ 24.76 12.16 61.36 -
YUV 87.17 196.76 173.53 -
System Red Green Blue C M Y K H S L
Decimal 151 31 209 0.28 0.85 0 0.18 280.45 0.74 0.47
Hex 97 1F D1 1C 55 0 12 118 4A 2F
Octal 227 37 321 34 125 0 22 430 112 57
Binary 10010111 11111 11010001 11100 1010101 0 10010 100011000 1001010 101111

Color Harmonies of #971FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FD1

Black with #971FD1

Text Example


Text Example

White with #971FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,209); }

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

background-color css

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

 a { background-color: rgb(151,31,209); }

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

border-color css

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

 span { border-color: rgb(151,31,209); }

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