Html Css Color HEX #964CEC Blue Violet

📋 copy color: '#964CEC'

red 150 ◦ green 76 ◦ blue 236

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

Shades of Blue Violet #964CEC

Tints of Blue Violet #964CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 32.47%
G = 16.45%
B = 51.08%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#964CEC (or 0x964CEC) is known color: Blue Violet. HEX triplet: 96, 4C and EC. RGB value is (150,76,236). Sum of RGB (Red+Green+Blue) = 150+76+236=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #964CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CEC is #69B313. Grayscale: #737373. Windows color (decimal): -6927124 or 15486102. OLE color: 15486102.

HSL color Cylindrical-coordinate representation of color #964CEC: hue angle of 267.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #964CEC is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 76 236 -
CMYK 0.36 0.68 0 0.07
HSL 267.75º 0.81% 0.61% -
HSV(B) 267.75º 0.68% 0.93% -
XYZ 30.3 17.71 81.18 -
YUV 116.37 195.52 151.99 -
System Red Green Blue C M Y K H S L
Decimal 150 76 236 0.36 0.68 0 0.07 267.75 0.81 0.61
Hex 96 4C EC 24 44 0 7 10C 51 3D
Octal 226 114 354 44 104 0 7 414 121 75
Binary 10010110 1001100 11101100 100100 1000100 0 111 100001100 1010001 111101

Color Harmonies of #964CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CEC

Black with #964CEC

Text Example


Text Example

White with #964CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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