Html Css Color HEX #970CEB Dark Violet

📋 copy color: '#970CEB'

red 151 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #970CEB

Tints of Dark Violet #970CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 37.94%
G = 3.02%
B = 59.05%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#970CEB (or 0x970CEB) is known color: Dark Violet. HEX triplet: 97, 0C and EB. RGB value is (151,12,235). Sum of RGB (Red+Green+Blue) = 151+12+235=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #970CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CEB is #68F314. Grayscale: #4E4E4E. Windows color (decimal): -6877973 or 15404183. OLE color: 15404183.

HSL color Cylindrical-coordinate representation of color #970CEB: hue angle of 277.4º degrees, saturation: 0.9, 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 #970CEB is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 12 235 -
CMYK 0.36 0.95 0 0.08
HSL 277.4º 0.9% 0.48% -
HSV(B) 277.4º 0.95% 0.92% -
XYZ 27.89 12.84 79.61 -
YUV 78.98 216.05 179.37 -
System Red Green Blue C M Y K H S L
Decimal 151 12 235 0.36 0.95 0 0.08 277.4 0.9 0.48
Hex 97 C EB 24 5F 0 8 115 5A 30
Octal 227 14 353 44 137 0 10 425 132 60
Binary 10010111 1100 11101011 100100 1011111 0 1000 100010101 1011010 110000

Color Harmonies of #970CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CEB

Black with #970CEB

Text Example


Text Example

White with #970CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,12,235); }

 H1.HeaderClassName
 {
   color: #970CEB;
 }
 .AnyTagClassName
 {
   color: #970CEB;
 }
</style>

background-color css

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

 a { background-color: rgb(151,12,235); }

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

border-color css

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

 span { border-color: rgb(151,12,235); }

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