Html Css Color HEX #970CF8 Dark Violet

📋 copy color: '#970CF8'

red 151 ◦ green 12 ◦ blue 248

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

Shades of Dark Violet #970CF8

Tints of Dark Violet #970CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.34%

R = 36.74%
G = 2.92%
B = 60.34%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#970CF8 (or 0x970CF8) is known color: Dark Violet. HEX triplet: 97, 0C and F8. RGB value is (151,12,248). Sum of RGB (Red+Green+Blue) = 151+12+248=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #970CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CF8 is #68F307. Grayscale: #4F4F4F. Windows color (decimal): -6877960 or 16256151. OLE color: 16256151.

HSL color Cylindrical-coordinate representation of color #970CF8: hue angle of 275.34º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CF8 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 12 248 -
CMYK 0.39 0.95 0 0.03
HSL 275.34º 0.94% 0.51% -
HSV(B) 275.34º 0.95% 0.97% -
XYZ 29.84 13.62 89.86 -
YUV 80.47 222.55 178.31 -
System Red Green Blue C M Y K H S L
Decimal 151 12 248 0.39 0.95 0 0.03 275.34 0.94 0.51
Hex 97 C F8 27 5F 0 3 113 5E 33
Octal 227 14 370 47 137 0 3 423 136 63
Binary 10010111 1100 11111000 100111 1011111 0 11 100010011 1011110 110011

Color Harmonies of #970CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CF8

Black with #970CF8

Text Example


Text Example

White with #970CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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