Html Css Color HEX #971CAB Dark Orchid

📋 copy color: '#971CAB'

red 151 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #971CAB

Tints of Dark Orchid #971CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 43.14%
G = 8%
B = 48.86%

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

#971CAB (or 0x971CAB) is known color: Dark Orchid. HEX triplet: 97, 1C and AB. RGB value is (151,28,171). Sum of RGB (Red+Green+Blue) = 151+28+171=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #971CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971CAB is #68E354. Grayscale: #505050. Windows color (decimal): -6873941 or 11213975. OLE color: 11213975.

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

Color convert

RGB 151 28 171 -
CMYK 0.12 0.84 0 0.33
HSL 291.61º 0.72% 0.39% -
HSV(B) 291.61º 0.84% 0.67% -
XYZ 20.53 10.35 39.44 -
YUV 81.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 151 28 171 0.12 0.84 0 0.33 291.61 0.72 0.39
Hex 97 1C AB C 54 0 21 124 48 27
Octal 227 34 253 14 124 0 41 444 110 47
Binary 10010111 11100 10101011 1100 1010100 0 100001 100100100 1001000 100111

Color Harmonies of #971CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CAB

Black with #971CAB

Text Example


Text Example

White with #971CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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