Html Css Color HEX #964CFB Blue Violet

📋 copy color: '#964CFB'

red 150 ◦ green 76 ◦ blue 251

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

Shades of Blue Violet #964CFB

Tints of Blue Violet #964CFB

RGB

 RED value IS 150 (58.98% from 255) = 31.45%

 GREEN value IS 76 (30.08% from 255) = 15.93%

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

R = 31.45%
G = 15.93%
B = 52.62%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#964CFB (or 0x964CFB) is known color: Blue Violet. HEX triplet: 96, 4C and FB. RGB value is (150,76,251). Sum of RGB (Red+Green+Blue) = 150+76+251=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #964CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CFB is #69B304. Grayscale: #757575. Windows color (decimal): -6927109 or 16469142. OLE color: 16469142.

HSL color Cylindrical-coordinate representation of color #964CFB: hue angle of 265.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964CFB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 76 251 -
CMYK 0.40 0.70 0 0.02
HSL 265.37º 0.96% 0.64% -
HSV(B) 265.37º 0.7% 0.98% -
XYZ 32.57 18.62 93.14 -
YUV 118.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 150 76 251 0.40 0.70 0 0.02 265.37 0.96 0.64
Hex 96 4C FB 28 46 0 2 109 60 40
Octal 226 114 373 50 106 0 2 411 140 100
Binary 10010110 1001100 11111011 101000 1000110 0 10 100001001 1100000 1000000

Color Harmonies of #964CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CFB

Black with #964CFB

Text Example


Text Example

White with #964CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,76,251); }

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

background-color css

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

 a { background-color: rgb(150,76,251); }

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

border-color css

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

 span { border-color: rgb(150,76,251); }

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