Html Css Color HEX #971FCE Dark Orchid

📋 copy color: '#971FCE'

red 151 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #971FCE

Tints of Dark Orchid #971FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 38.92%
G = 7.99%
B = 53.09%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#971FCE (or 0x971FCE) is known color: Dark Orchid. HEX triplet: 97, 1F and CE. RGB value is (151,31,206). Sum of RGB (Red+Green+Blue) = 151+31+206=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #971FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FCE is #68E031. Grayscale: #565656. Windows color (decimal): -6873138 or 13508503. OLE color: 13508503.

HSL color Cylindrical-coordinate representation of color #971FCE: hue angle of 281.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971FCE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 31 206 -
CMYK 0.27 0.85 0 0.19
HSL 281.14º 0.74% 0.46% -
HSV(B) 281.14º 0.85% 0.81% -
XYZ 24.39 12.02 59.43 -
YUV 86.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 151 31 206 0.27 0.85 0 0.19 281.14 0.74 0.46
Hex 97 1F CE 1B 55 0 13 119 4A 2E
Octal 227 37 316 33 125 0 23 431 112 56
Binary 10010111 11111 11001110 11011 1010101 0 10011 100011001 1001010 101110

Color Harmonies of #971FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FCE

Black with #971FCE

Text Example


Text Example

White with #971FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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