Html Css Color HEX #971EAF Dark Orchid

📋 copy color: '#971EAF'

red 151 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #971EAF

Tints of Dark Orchid #971EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.43%

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

R = 42.42%
G = 8.43%
B = 49.16%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#971EAF (or 0x971EAF) is known color: Dark Orchid. HEX triplet: 97, 1E and AF. RGB value is (151,30,175). Sum of RGB (Red+Green+Blue) = 151+30+175=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #971EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971EAF is #68E150. Grayscale: #525252. Windows color (decimal): -6873425 or 11476631. OLE color: 11476631.

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

Color convert

RGB 151 30 175 -
CMYK 0.14 0.83 0 0.31
HSL 290.07º 0.71% 0.4% -
HSV(B) 290.07º 0.83% 0.69% -
XYZ 20.96 10.6 41.5 -
YUV 82.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 151 30 175 0.14 0.83 0 0.31 290.07 0.71 0.4
Hex 97 1E AF E 53 0 1F 122 47 28
Octal 227 36 257 16 123 0 37 442 107 50
Binary 10010111 11110 10101111 1110 1010011 0 11111 100100010 1000111 101000

Color Harmonies of #971EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EAF

Black with #971EAF

Text Example


Text Example

White with #971EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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