Html Css Color HEX #971FAC Dark Orchid

📋 copy color: '#971FAC'

red 151 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #971FAC

Tints of Dark Orchid #971FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 42.66%
G = 8.76%
B = 48.59%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#971FAC (or 0x971FAC) is known color: Dark Orchid. HEX triplet: 97, 1F and AC. RGB value is (151,31,172). Sum of RGB (Red+Green+Blue) = 151+31+172=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #971FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971FAC is #68E053. Grayscale: #525252. Windows color (decimal): -6873172 or 11280279. OLE color: 11280279.

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

Color convert

RGB 151 31 172 -
CMYK 0.12 0.82 0 0.33
HSL 291.06º 0.69% 0.4% -
HSV(B) 291.06º 0.82% 0.67% -
XYZ 20.7 10.54 39.97 -
YUV 82.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 151 31 172 0.12 0.82 0 0.33 291.06 0.69 0.4
Hex 97 1F AC C 52 0 21 123 45 28
Octal 227 37 254 14 122 0 41 443 105 50
Binary 10010111 11111 10101100 1100 1010010 0 100001 100100011 1000101 101000

Color Harmonies of #971FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FAC

Black with #971FAC

Text Example


Text Example

White with #971FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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