Html Css Color HEX #971FAF Dark Orchid

📋 copy color: '#971FAF'

red 151 ◦ green 31 ◦ blue 175

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

Shades of Dark Orchid #971FAF

Tints of Dark Orchid #971FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 42.3%
G = 8.68%
B = 49.02%

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

#971FAF (or 0x971FAF) is known color: Dark Orchid. HEX triplet: 97, 1F and AF. RGB value is (151,31,175). Sum of RGB (Red+Green+Blue) = 151+31+175=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #971FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971FAF is #68E050. Grayscale: #525252. Windows color (decimal): -6873169 or 11476887. OLE color: 11476887.

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

Color convert

RGB 151 31 175 -
CMYK 0.14 0.82 0 0.31
HSL 290º 0.7% 0.4% -
HSV(B) 290º 0.82% 0.69% -
XYZ 20.99 10.65 41.51 -
YUV 83.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 151 31 175 0.14 0.82 0 0.31 290 0.7 0.4
Hex 97 1F AF E 52 0 1F 122 46 28
Octal 227 37 257 16 122 0 37 442 106 50
Binary 10010111 11111 10101111 1110 1010010 0 11111 100100010 1000110 101000

Color Harmonies of #971FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FAF

Black with #971FAF

Text Example


Text Example

White with #971FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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