Html Css Color HEX #971EBA Dark Orchid

📋 copy color: '#971EBA'

red 151 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #971EBA

Tints of Dark Orchid #971EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

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

R = 41.14%
G = 8.17%
B = 50.68%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#971EBA (or 0x971EBA) is known color: Dark Orchid. HEX triplet: 97, 1E and BA. RGB value is (151,30,186). Sum of RGB (Red+Green+Blue) = 151+30+186=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #971EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EBA is #68E145. Grayscale: #535353. Windows color (decimal): -6873414 or 12197527. OLE color: 12197527.

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

Color convert

RGB 151 30 186 -
CMYK 0.19 0.84 0 0.27
HSL 286.54º 0.72% 0.42% -
HSV(B) 286.54º 0.84% 0.73% -
XYZ 22.09 11.05 47.42 -
YUV 83.96 185.59 175.82 -
System Red Green Blue C M Y K H S L
Decimal 151 30 186 0.19 0.84 0 0.27 286.54 0.72 0.42
Hex 97 1E BA 13 54 0 1B 11F 48 2A
Octal 227 36 272 23 124 0 33 437 110 52
Binary 10010111 11110 10111010 10011 1010100 0 11011 100011111 1001000 101010

Color Harmonies of #971EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EBA

Black with #971EBA

Text Example


Text Example

White with #971EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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