Html Css Color HEX #963EDE Blue Violet

📋 copy color: '#963EDE'

red 150 ◦ green 62 ◦ blue 222

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

Shades of Blue Violet #963EDE

Tints of Blue Violet #963EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.29%

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 34.56%
G = 14.29%
B = 51.15%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#963EDE (or 0x963EDE) is known color: Blue Violet. HEX triplet: 96, 3E and DE. RGB value is (150,62,222). Sum of RGB (Red+Green+Blue) = 150+62+222=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #963EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EDE is #69C121. Grayscale: #6A6A6A. Windows color (decimal): -6930722 or 14565014. OLE color: 14565014.

HSL color Cylindrical-coordinate representation of color #963EDE: hue angle of 273º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963EDE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 62 222 -
CMYK 0.32 0.72 0 0.13
HSL 273º 0.71% 0.56% -
HSV(B) 273º 0.72% 0.87% -
XYZ 27.49 15.2 70.59 -
YUV 106.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 150 62 222 0.32 0.72 0 0.13 273 0.71 0.56
Hex 96 3E DE 20 48 0 D 111 47 38
Octal 226 76 336 40 110 0 15 421 107 70
Binary 10010110 111110 11011110 100000 1001000 0 1101 100010001 1000111 111000

Color Harmonies of #963EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EDE

Black with #963EDE

Text Example


Text Example

White with #963EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963EDE; }

 p { color: rgb(150,62,222); }

 H1.HeaderClassName
 {
   color: #963EDE;
 }
 .AnyTagClassName
 {
   color: #963EDE;
 }
</style>

background-color css

<style>
 a { background-color: #963EDE; }

 a { background-color: rgb(150,62,222); }

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

border-color css

<style>
 span { border-color: #963EDE; }

 span { border-color: rgb(150,62,222); }

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