Html Css Color HEX #970CEF Dark Violet

📋 copy color: '#970CEF'

red 151 ◦ green 12 ◦ blue 239

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

Shades of Dark Violet #970CEF

Tints of Dark Violet #970CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 37.56%
G = 2.99%
B = 59.45%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#970CEF (or 0x970CEF) is known color: Dark Violet. HEX triplet: 97, 0C and EF. RGB value is (151,12,239). Sum of RGB (Red+Green+Blue) = 151+12+239=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #970CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CEF is #68F310. Grayscale: #4E4E4E. Windows color (decimal): -6877969 or 15666327. OLE color: 15666327.

HSL color Cylindrical-coordinate representation of color #970CEF: hue angle of 276.74º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CEF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 12 239 -
CMYK 0.37 0.95 0 0.06
HSL 276.74º 0.9% 0.49% -
HSV(B) 276.74º 0.95% 0.94% -
XYZ 28.47 13.07 82.68 -
YUV 79.44 218.05 179.04 -
System Red Green Blue C M Y K H S L
Decimal 151 12 239 0.37 0.95 0 0.06 276.74 0.9 0.49
Hex 97 C EF 25 5F 0 6 115 5A 31
Octal 227 14 357 45 137 0 6 425 132 61
Binary 10010111 1100 11101111 100101 1011111 0 110 100010101 1011010 110001

Color Harmonies of #970CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CEF

Black with #970CEF

Text Example


Text Example

White with #970CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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