Html Css Color HEX #963CDE Blue Violet

📋 copy color: '#963CDE'

red 150 ◦ green 60 ◦ blue 222

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

Shades of Blue Violet #963CDE

Tints of Blue Violet #963CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

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

R = 34.72%
G = 13.89%
B = 51.39%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#963CDE (or 0x963CDE) is known color: Blue Violet. HEX triplet: 96, 3C and DE. RGB value is (150,60,222). Sum of RGB (Red+Green+Blue) = 150+60+222=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #963CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CDE is #69C321. Grayscale: #686868. Windows color (decimal): -6931234 or 14564502. OLE color: 14564502.

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

Color convert

RGB 150 60 222 -
CMYK 0.32 0.73 0 0.13
HSL 273.33º 0.71% 0.55% -
HSV(B) 273.33º 0.73% 0.87% -
XYZ 27.38 14.99 70.56 -
YUV 105.38 193.82 159.83 -
System Red Green Blue C M Y K H S L
Decimal 150 60 222 0.32 0.73 0 0.13 273.33 0.71 0.55
Hex 96 3C DE 20 49 0 D 111 47 37
Octal 226 74 336 40 111 0 15 421 107 67
Binary 10010110 111100 11011110 100000 1001001 0 1101 100010001 1000111 110111

Color Harmonies of #963CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CDE

Black with #963CDE

Text Example


Text Example

White with #963CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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