Html Css Color HEX #971BAC Dark Orchid

📋 copy color: '#971BAC'

red 151 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #971BAC

Tints of Dark Orchid #971BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.71%

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

R = 43.14%
G = 7.71%
B = 49.14%

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

#971BAC (or 0x971BAC) is known color: Dark Orchid. HEX triplet: 97, 1B and AC. RGB value is (151,27,172). Sum of RGB (Red+Green+Blue) = 151+27+172=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #971BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971BAC is #68E453. Grayscale: #505050. Windows color (decimal): -6874196 or 11279255. OLE color: 11279255.

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

Color convert

RGB 151 27 172 -
CMYK 0.12 0.84 0 0.33
HSL 291.31º 0.73% 0.39% -
HSV(B) 291.31º 0.84% 0.67% -
XYZ 20.6 10.34 39.94 -
YUV 80.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 151 27 172 0.12 0.84 0 0.33 291.31 0.73 0.39
Hex 97 1B AC C 54 0 21 123 49 27
Octal 227 33 254 14 124 0 41 443 111 47
Binary 10010111 11011 10101100 1100 1010100 0 100001 100100011 1001001 100111

Color Harmonies of #971BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BAC

Black with #971BAC

Text Example


Text Example

White with #971BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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