Html Css Color HEX #971FB5 Dark Orchid

📋 copy color: '#971FB5'

red 151 ◦ green 31 ◦ blue 181

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

Shades of Dark Orchid #971FB5

Tints of Dark Orchid #971FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.86%

R = 41.6%
G = 8.54%
B = 49.86%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#971FB5 (or 0x971FB5) is known color: Dark Orchid. HEX triplet: 97, 1F and B5. RGB value is (151,31,181). Sum of RGB (Red+Green+Blue) = 151+31+181=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #971FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FB5 is #68E04A. Grayscale: #535353. Windows color (decimal): -6873163 or 11870103. OLE color: 11870103.

HSL color Cylindrical-coordinate representation of color #971FB5: hue angle of 288º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971FB5 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 31 181 -
CMYK 0.17 0.83 0 0.29
HSL 288º 0.71% 0.42% -
HSV(B) 288º 0.83% 0.71% -
XYZ 21.59 10.9 44.68 -
YUV 83.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 151 31 181 0.17 0.83 0 0.29 288 0.71 0.42
Hex 97 1F B5 11 53 0 1D 120 47 2A
Octal 227 37 265 21 123 0 35 440 107 52
Binary 10010111 11111 10110101 10001 1010011 0 11101 100100000 1000111 101010

Color Harmonies of #971FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FB5

Black with #971FB5

Text Example


Text Example

White with #971FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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