Html Css Color HEX #971BAE Dark Orchid

📋 copy color: '#971BAE'

red 151 ◦ green 27 ◦ blue 174

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

Shades of Dark Orchid #971BAE

Tints of Dark Orchid #971BAE

RGB

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

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

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

R = 42.9%
G = 7.67%
B = 49.43%

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

#971BAE (or 0x971BAE) is known color: Dark Orchid. HEX triplet: 97, 1B and AE. RGB value is (151,27,174). Sum of RGB (Red+Green+Blue) = 151+27+174=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #971BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971BAE is #68E451. Grayscale: #505050. Windows color (decimal): -6874194 or 11410327. OLE color: 11410327.

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

Color convert

RGB 151 27 174 -
CMYK 0.13 0.84 0 0.32
HSL 290.61º 0.73% 0.39% -
HSV(B) 290.61º 0.84% 0.68% -
XYZ 20.79 10.42 40.96 -
YUV 80.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 151 27 174 0.13 0.84 0 0.32 290.61 0.73 0.39
Hex 97 1B AE D 54 0 20 123 49 27
Octal 227 33 256 15 124 0 40 443 111 47
Binary 10010111 11011 10101110 1101 1010100 0 100000 100100011 1001001 100111

Color Harmonies of #971BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BAE

Black with #971BAE

Text Example


Text Example

White with #971BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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