Html Css Color HEX #971CAC Dark Orchid

📋 copy color: '#971CAC'

red 151 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #971CAC

Tints of Dark Orchid #971CAC

RGB

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

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

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

R = 43.02%
G = 7.98%
B = 49%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#971CAC (or 0x971CAC) is known color: Dark Orchid. HEX triplet: 97, 1C and AC. RGB value is (151,28,172). Sum of RGB (Red+Green+Blue) = 151+28+172=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #971CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971CAC is #68E353. Grayscale: #505050. Windows color (decimal): -6873940 or 11279511. OLE color: 11279511.

HSL color Cylindrical-coordinate representation of color #971CAC: hue angle of 291.25º 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 #971CAC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 28 172 -
CMYK 0.12 0.84 0 0.33
HSL 291.25º 0.72% 0.39% -
HSV(B) 291.25º 0.84% 0.67% -
XYZ 20.62 10.39 39.95 -
YUV 81.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 151 28 172 0.12 0.84 0 0.33 291.25 0.72 0.39
Hex 97 1C AC C 54 0 21 123 48 27
Octal 227 34 254 14 124 0 41 443 110 47
Binary 10010111 11100 10101100 1100 1010100 0 100001 100100011 1001000 100111

Color Harmonies of #971CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CAC

Black with #971CAC

Text Example


Text Example

White with #971CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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