#970bea

Color #970BEA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #970BEA

Tints of Dark Violet #970BEA

Color information

#970BEA (or 0x970BEA) is unknown color: approx Dark Violet. HEX triplet: 97, 0B and EA. RGB value is (151,11,234). Sum of RGB (Red+Green+Blue) = 151+11+234=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #970BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970BEA is #68F415. Grayscale: #4D4D4D. Windows color (decimal): -6878230 or 15338391. OLE color: 15338391.

HSL color Cylindrical-coordinate representation of color #970BEA: hue angle of 277.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BEA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15111234-
CMYK0.350.9500.08
HSL277.67º91.02%48.04%-
HSV(B)277.67º95.3%91.76%-
XYZ27.7312.7678.84-
YUV78.28215.88179.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.13%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 234 (91.80% from 255) = 59.09%
R=38.13%
G=2.78%
B=59.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151112340.350.9500.08277.6791.0248.04
Hex97BEA235F081165b30
Octal227133524313701042613360
Binary100101111011111010101000111011111010001000101101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970bea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970bea; }

 p { color: rgb(151,11,234); }

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

<style>
 a { background-color: #970bea; }

 a { background-color: rgb(151,11,234); }

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

<style>
 span { border-color: #970bea; }

 span { border-color: rgb(151,11,234); }

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