Html Css Color HEX #964CE8 Blue Violet

📋 copy color: '#964CE8'

red 150 ◦ green 76 ◦ blue 232

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

Shades of Blue Violet #964CE8

Tints of Blue Violet #964CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.66%

R = 32.75%
G = 16.59%
B = 50.66%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#964CE8 (or 0x964CE8) is known color: Blue Violet. HEX triplet: 96, 4C and E8. RGB value is (150,76,232). Sum of RGB (Red+Green+Blue) = 150+76+232=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #964CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CE8 is #69B317. Grayscale: #737373. Windows color (decimal): -6927128 or 15223958. OLE color: 15223958.

HSL color Cylindrical-coordinate representation of color #964CE8: hue angle of 268.46º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964CE8 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 76 232 -
CMYK 0.35 0.67 0 0.09
HSL 268.46º 0.77% 0.6% -
HSV(B) 268.46º 0.67% 0.91% -
XYZ 29.73 17.48 78.15 -
YUV 115.91 193.52 152.32 -
System Red Green Blue C M Y K H S L
Decimal 150 76 232 0.35 0.67 0 0.09 268.46 0.77 0.6
Hex 96 4C E8 23 43 0 9 10C 4D 3C
Octal 226 114 350 43 103 0 11 414 115 74
Binary 10010110 1001100 11101000 100011 1000011 0 1001 100001100 1001101 111100

Color Harmonies of #964CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CE8

Black with #964CE8

Text Example


Text Example

White with #964CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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