Html Css Color HEX #970CE5 Dark Violet

📋 copy color: '#970CE5'

red 151 ◦ green 12 ◦ blue 229

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

Shades of Dark Violet #970CE5

Tints of Dark Violet #970CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.42%

R = 38.52%
G = 3.06%
B = 58.42%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#970CE5 (or 0x970CE5) is known color: Dark Violet. HEX triplet: 97, 0C and E5. RGB value is (151,12,229). Sum of RGB (Red+Green+Blue) = 151+12+229=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #970CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CE5 is #68F31A. Grayscale: #4D4D4D. Windows color (decimal): -6877979 or 15010967. OLE color: 15010967.

HSL color Cylindrical-coordinate representation of color #970CE5: hue angle of 278.43º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CE5 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 12 229 -
CMYK 0.34 0.95 0 0.10
HSL 278.43º 0.9% 0.47% -
HSV(B) 278.43º 0.95% 0.9% -
XYZ 27.04 12.5 75.12 -
YUV 78.3 213.05 179.86 -
System Red Green Blue C M Y K H S L
Decimal 151 12 229 0.34 0.95 0 0.10 278.43 0.9 0.47
Hex 97 C E5 22 5F 0 A 116 5A 2F
Octal 227 14 345 42 137 0 12 426 132 57
Binary 10010111 1100 11100101 100010 1011111 0 1010 100010110 1011010 101111

Color Harmonies of #970CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CE5

Black with #970CE5

Text Example


Text Example

White with #970CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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