Html Css Color HEX #970CFB Blue Violet

📋 copy color: '#970CFB'

red 151 ◦ green 12 ◦ blue 251

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

Shades of Blue Violet #970CFB

Tints of Blue Violet #970CFB

RGB

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

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

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

R = 36.47%
G = 2.9%
B = 60.63%

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

#970CFB (or 0x970CFB) is known color: Blue Violet. HEX triplet: 97, 0C and FB. RGB value is (151,12,251). Sum of RGB (Red+Green+Blue) = 151+12+251=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #970CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CFB is #68F304. Grayscale: #4F4F4F. Windows color (decimal): -6877957 or 16452759. OLE color: 16452759.

HSL color Cylindrical-coordinate representation of color #970CFB: hue angle of 274.9º 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 #970CFB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 12 251 -
CMYK 0.40 0.95 0 0.02
HSL 274.9º 0.97% 0.52% -
HSV(B) 274.9º 0.95% 0.98% -
XYZ 30.31 13.81 92.33 -
YUV 80.81 224.05 178.07 -
System Red Green Blue C M Y K H S L
Decimal 151 12 251 0.40 0.95 0 0.02 274.9 0.97 0.52
Hex 97 C FB 28 5F 0 2 113 61 34
Octal 227 14 373 50 137 0 2 423 141 64
Binary 10010111 1100 11111011 101000 1011111 0 10 100010011 1100001 110100

Color Harmonies of #970CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CFB

Black with #970CFB

Text Example


Text Example

White with #970CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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