Html Css Color HEX #971CAE Dark Orchid

📋 copy color: '#971CAE'

red 151 ◦ green 28 ◦ blue 174

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

Shades of Dark Orchid #971CAE

Tints of Dark Orchid #971CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.93%

 BLUE value IS 174 (68.36% from 255) = 49.29%

R = 42.78%
G = 7.93%
B = 49.29%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#971CAE (or 0x971CAE) is known color: Dark Orchid. HEX triplet: 97, 1C and AE. RGB value is (151,28,174). Sum of RGB (Red+Green+Blue) = 151+28+174=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #971CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971CAE is #68E351. Grayscale: #505050. Windows color (decimal): -6873938 or 11410583. OLE color: 11410583.

HSL color Cylindrical-coordinate representation of color #971CAE: hue angle of 290.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971CAE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 28 174 -
CMYK 0.13 0.84 0 0.32
HSL 290.55º 0.72% 0.4% -
HSV(B) 290.55º 0.84% 0.68% -
XYZ 20.82 10.47 40.97 -
YUV 81.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 151 28 174 0.13 0.84 0 0.32 290.55 0.72 0.4
Hex 97 1C AE D 54 0 20 123 48 28
Octal 227 34 256 15 124 0 40 443 110 50
Binary 10010111 11100 10101110 1101 1010100 0 100000 100100011 1001000 101000

Color Harmonies of #971CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CAE

Black with #971CAE

Text Example


Text Example

White with #971CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,28,174); }

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

background-color css

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

 a { background-color: rgb(151,28,174); }

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

border-color css

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

 span { border-color: rgb(151,28,174); }

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