Html Css Color HEX #963CFC Blue Violet

📋 copy color: '#963CFC'

red 150 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #963CFC

Tints of Blue Violet #963CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 32.47%
G = 12.99%
B = 54.55%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#963CFC (or 0x963CFC) is known color: Blue Violet. HEX triplet: 96, 3C and FC. RGB value is (150,60,252). Sum of RGB (Red+Green+Blue) = 150+60+252=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #963CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CFC is #69C303. Grayscale: #6C6C6C. Windows color (decimal): -6931204 or 16530582. OLE color: 16530582.

HSL color Cylindrical-coordinate representation of color #963CFC: hue angle of 268.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963CFC is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 60 252 -
CMYK 0.40 0.76 0 0.01
HSL 268.13º 0.97% 0.61% -
HSV(B) 268.13º 0.76% 0.99% -
XYZ 31.76 16.74 93.65 -
YUV 108.8 208.82 157.39 -
System Red Green Blue C M Y K H S L
Decimal 150 60 252 0.40 0.76 0 0.01 268.13 0.97 0.61
Hex 96 3C FC 28 4C 0 1 10C 61 3D
Octal 226 74 374 50 114 0 1 414 141 75
Binary 10010110 111100 11111100 101000 1001100 0 1 100001100 1100001 111101

Color Harmonies of #963CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CFC

Black with #963CFC

Text Example


Text Example

White with #963CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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