Html Css Color HEX #971FB9 Dark Orchid

📋 copy color: '#971FB9'

red 151 ◦ green 31 ◦ blue 185

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

Shades of Dark Orchid #971FB9

Tints of Dark Orchid #971FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 41.14%
G = 8.45%
B = 50.41%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#971FB9 (or 0x971FB9) is known color: Dark Orchid. HEX triplet: 97, 1F and B9. RGB value is (151,31,185). Sum of RGB (Red+Green+Blue) = 151+31+185=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #971FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FB9 is #68E046. Grayscale: #535353. Windows color (decimal): -6873159 or 12132247. OLE color: 12132247.

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

Color convert

RGB 151 31 185 -
CMYK 0.18 0.83 0 0.27
HSL 286.75º 0.71% 0.42% -
HSV(B) 286.75º 0.83% 0.73% -
XYZ 22.01 11.06 46.87 -
YUV 84.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 151 31 185 0.18 0.83 0 0.27 286.75 0.71 0.42
Hex 97 1F B9 12 53 0 1B 11F 47 2A
Octal 227 37 271 22 123 0 33 437 107 52
Binary 10010111 11111 10111001 10010 1010011 0 11011 100011111 1000111 101010

Color Harmonies of #971FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FB9

Black with #971FB9

Text Example


Text Example

White with #971FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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