Html Css Color HEX #971ABA Dark Orchid

📋 copy color: '#971ABA'

red 151 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #971ABA

Tints of Dark Orchid #971ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.16%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 41.6%
G = 7.16%
B = 51.24%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#971ABA (or 0x971ABA) is known color: Dark Orchid. HEX triplet: 97, 1A and BA. RGB value is (151,26,186). Sum of RGB (Red+Green+Blue) = 151+26+186=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #971ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ABA is #68E545. Grayscale: #515151. Windows color (decimal): -6874438 or 12196503. OLE color: 12196503.

HSL color Cylindrical-coordinate representation of color #971ABA: hue angle of 286.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971ABA is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 26 186 -
CMYK 0.19 0.86 0 0.27
HSL 286.88º 0.75% 0.42% -
HSV(B) 286.88º 0.86% 0.73% -
XYZ 21.99 10.86 47.39 -
YUV 81.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 151 26 186 0.19 0.86 0 0.27 286.88 0.75 0.42
Hex 97 1A BA 13 56 0 1B 11F 4B 2A
Octal 227 32 272 23 126 0 33 437 113 52
Binary 10010111 11010 10111010 10011 1010110 0 11011 100011111 1001011 101010

Color Harmonies of #971ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ABA

Black with #971ABA

Text Example


Text Example

White with #971ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,26,186); }

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

background-color css

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

 a { background-color: rgb(151,26,186); }

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

border-color css

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

 span { border-color: rgb(151,26,186); }

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