Html Css Color HEX #964CED Blue Violet

📋 copy color: '#964CED'

red 150 ◦ green 76 ◦ blue 237

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

Shades of Blue Violet #964CED

Tints of Blue Violet #964CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 32.4%
G = 16.41%
B = 51.19%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#964CED (or 0x964CED) is known color: Blue Violet. HEX triplet: 96, 4C and ED. RGB value is (150,76,237). Sum of RGB (Red+Green+Blue) = 150+76+237=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #964CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #964CED is #69B312. Grayscale: #737373. Windows color (decimal): -6927123 or 15551638. OLE color: 15551638.

HSL color Cylindrical-coordinate representation of color #964CED: hue angle of 267.58º degrees, saturation: 0.82, 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 #964CED is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 76 237 -
CMYK 0.37 0.68 0 0.07
HSL 267.58º 0.82% 0.61% -
HSV(B) 267.58º 0.68% 0.93% -
XYZ 30.45 17.77 81.95 -
YUV 116.48 196.02 151.91 -
System Red Green Blue C M Y K H S L
Decimal 150 76 237 0.37 0.68 0 0.07 267.58 0.82 0.61
Hex 96 4C ED 25 44 0 7 10C 52 3D
Octal 226 114 355 45 104 0 7 414 122 75
Binary 10010110 1001100 11101101 100101 1000100 0 111 100001100 1010010 111101

Color Harmonies of #964CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964CED

Black with #964CED

Text Example


Text Example

White with #964CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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