#973EEE

Color #973EEE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #973EEE

Tints of Blue Violet #973EEE

Color information

#973EEE (or 0x973EEE) is unknown color: approx Blue Violet. HEX triplet: 97, 3E and EE. RGB value is (151,62,238). Sum of RGB (Red+Green+Blue) = 151+62+238=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #973EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973EEE is #68C111. Grayscale: #6C6C6C. Windows color (decimal): -6865170 or 15613591. OLE color: 15613591.

HSL color Cylindrical-coordinate representation of color #973EEE: hue angle of 270.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973EEE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15162238-
CMYK0.370.7400.07
HSL270.34º83.81%58.82%-
HSV(B)270.34º73.95%93.33%-
XYZ29.9216.282.44-
YUV108.68200.99158.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.48%
GREEN value IS 62 (24.61% from 255) = 13.75%
BLUE value IS 238 (93.36% from 255) = 52.77%
R=33.48%
G=13.75%
B=52.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151622380.370.7400.07270.3483.8158.82
Hex973EEE254A0710e543b
Octal22776356451120741612473
Binary1001011111111011101110100101100101001111000011101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973EEE; }

 p { color: rgb(151,62,238); }

 H1.HeaderClassName
 {
   color: #973EEE;
 }
 .AnyTagClassName
 {
   color: #973EEE;
 }
</style>
background-color css

<style>
 a { background-color: #973EEE; }

 a { background-color: rgb(151,62,238); }

 div.DivClassName
 {
   background-color: #973EEE;
 }
 .BgClassName
 {
   background-color: #973EEE;
 }
</style>
border-color css

<style>
 span { border-color: #973EEE; }

 span { border-color: rgb(151,62,238); }

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