Html Css Color HEX #971CAA Dark Orchid

📋 copy color: '#971CAA'

red 151 ◦ green 28 ◦ blue 170

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

Shades of Dark Orchid #971CAA

Tints of Dark Orchid #971CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 43.27%
G = 8.02%
B = 48.71%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#971CAA (or 0x971CAA) is known color: Dark Orchid. HEX triplet: 97, 1C and AA. RGB value is (151,28,170). Sum of RGB (Red+Green+Blue) = 151+28+170=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #971CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971CAA is #68E355. Grayscale: #505050. Windows color (decimal): -6873942 or 11148439. OLE color: 11148439.

HSL color Cylindrical-coordinate representation of color #971CAA: hue angle of 291.97º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971CAA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 28 170 -
CMYK 0.11 0.84 0 0.33
HSL 291.97º 0.72% 0.39% -
HSV(B) 291.97º 0.84% 0.67% -
XYZ 20.43 10.31 38.94 -
YUV 80.97 178.25 177.95 -
System Red Green Blue C M Y K H S L
Decimal 151 28 170 0.11 0.84 0 0.33 291.97 0.72 0.39
Hex 97 1C AA B 54 0 21 124 48 27
Octal 227 34 252 13 124 0 41 444 110 47
Binary 10010111 11100 10101010 1011 1010100 0 100001 100100100 1001000 100111

Color Harmonies of #971CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CAA

Black with #971CAA

Text Example


Text Example

White with #971CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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