Html Css Color HEX #970EFC Blue Violet

📋 copy color: '#970EFC'

red 151 ◦ green 14 ◦ blue 252

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

Shades of Blue Violet #970EFC

Tints of Blue Violet #970EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.36%

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 36.21%
G = 3.36%
B = 60.43%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#970EFC (or 0x970EFC) is known color: Blue Violet. HEX triplet: 97, 0E and FC. RGB value is (151,14,252). Sum of RGB (Red+Green+Blue) = 151+14+252=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #970EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EFC is #68F103. Grayscale: #515151. Windows color (decimal): -6877444 or 16518807. OLE color: 16518807.

HSL color Cylindrical-coordinate representation of color #970EFC: hue angle of 274.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EFC is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 14 252 -
CMYK 0.40 0.94 0 0.01
HSL 274.54º 0.98% 0.52% -
HSV(B) 274.54º 0.94% 0.99% -
XYZ 30.49 13.92 93.18 -
YUV 82.1 223.89 177.15 -
System Red Green Blue C M Y K H S L
Decimal 151 14 252 0.40 0.94 0 0.01 274.54 0.98 0.52
Hex 97 E FC 28 5E 0 1 113 62 34
Octal 227 16 374 50 136 0 1 423 142 64
Binary 10010111 1110 11111100 101000 1011110 0 1 100010011 1100010 110100

Color Harmonies of #970EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EFC

Black with #970EFC

Text Example


Text Example

White with #970EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,14,252); }

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

background-color css

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

 a { background-color: rgb(151,14,252); }

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

border-color css

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

 span { border-color: rgb(151,14,252); }

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