Html Css Color HEX #970CE7 Dark Violet

📋 copy color: '#970CE7'

red 151 ◦ green 12 ◦ blue 231

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

Shades of Dark Violet #970CE7

Tints of Dark Violet #970CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 38.32%
G = 3.05%
B = 58.63%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#970CE7 (or 0x970CE7) is known color: Dark Violet. HEX triplet: 97, 0C and E7. RGB value is (151,12,231). Sum of RGB (Red+Green+Blue) = 151+12+231=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #970CE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CE7 is #68F318. Grayscale: #4D4D4D. Windows color (decimal): -6877977 or 15142039. OLE color: 15142039.

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

Color convert

RGB 151 12 231 -
CMYK 0.35 0.95 0 0.09
HSL 278.08º 0.9% 0.48% -
HSV(B) 278.08º 0.95% 0.91% -
XYZ 27.32 12.61 76.6 -
YUV 78.53 214.05 179.69 -
System Red Green Blue C M Y K H S L
Decimal 151 12 231 0.35 0.95 0 0.09 278.08 0.9 0.48
Hex 97 C E7 23 5F 0 9 116 5A 30
Octal 227 14 347 43 137 0 11 426 132 60
Binary 10010111 1100 11100111 100011 1011111 0 1001 100010110 1011010 110000

Color Harmonies of #970CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CE7

Black with #970CE7

Text Example


Text Example

White with #970CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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