Html Css Color HEX #970DFB Blue Violet

📋 copy color: '#970DFB'

red 151 ◦ green 13 ◦ blue 251

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

Shades of Blue Violet #970DFB

Tints of Blue Violet #970DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 251 (98.44% from 255) = 60.48%

R = 36.39%
G = 3.13%
B = 60.48%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#970DFB (or 0x970DFB) is known color: Blue Violet. HEX triplet: 97, 0D and FB. RGB value is (151,13,251). Sum of RGB (Red+Green+Blue) = 151+13+251=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #970DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970DFB is #68F204. Grayscale: #505050. Windows color (decimal): -6877701 or 16453015. OLE color: 16453015.

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

Color convert

RGB 151 13 251 -
CMYK 0.40 0.95 0 0.02
HSL 274.79º 0.97% 0.52% -
HSV(B) 274.79º 0.95% 0.98% -
XYZ 30.32 13.83 92.34 -
YUV 81.39 223.72 177.65 -
System Red Green Blue C M Y K H S L
Decimal 151 13 251 0.40 0.95 0 0.02 274.79 0.97 0.52
Hex 97 D FB 28 5F 0 2 113 61 34
Octal 227 15 373 50 137 0 2 423 141 64
Binary 10010111 1101 11111011 101000 1011111 0 10 100010011 1100001 110100

Color Harmonies of #970DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DFB

Black with #970DFB

Text Example


Text Example

White with #970DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,13,251); }

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

background-color css

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

 a { background-color: rgb(151,13,251); }

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

border-color css

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

 span { border-color: rgb(151,13,251); }

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