Html Css Color HEX #971FB0 Dark Orchid

📋 copy color: '#971FB0'

red 151 ◦ green 31 ◦ blue 176

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

Shades of Dark Orchid #971FB0

Tints of Dark Orchid #971FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.16%

R = 42.18%
G = 8.66%
B = 49.16%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#971FB0 (or 0x971FB0) is known color: Dark Orchid. HEX triplet: 97, 1F and B0. RGB value is (151,31,176). Sum of RGB (Red+Green+Blue) = 151+31+176=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #971FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971FB0 is #68E04F. Grayscale: #525252. Windows color (decimal): -6873168 or 11542423. OLE color: 11542423.

HSL color Cylindrical-coordinate representation of color #971FB0: hue angle of 289.66º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971FB0 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 31 176 -
CMYK 0.14 0.82 0 0.31
HSL 289.66º 0.7% 0.41% -
HSV(B) 289.66º 0.82% 0.69% -
XYZ 21.09 10.69 42.03 -
YUV 83.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 151 31 176 0.14 0.82 0 0.31 289.66 0.7 0.41
Hex 97 1F B0 E 52 0 1F 122 46 29
Octal 227 37 260 16 122 0 37 442 106 51
Binary 10010111 11111 10110000 1110 1010010 0 11111 100100010 1000110 101001

Color Harmonies of #971FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FB0

Black with #971FB0

Text Example


Text Example

White with #971FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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