Html Css Color HEX #963FF8 Blue Violet

📋 copy color: '#963FF8'

red 150 ◦ green 63 ◦ blue 248

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

Shades of Blue Violet #963FF8

Tints of Blue Violet #963FF8

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 248 (97.27% from 255) = 53.8%

R = 32.54%
G = 13.67%
B = 53.8%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#963FF8 (or 0x963FF8) is known color: Blue Violet. HEX triplet: 96, 3F and F8. RGB value is (150,63,248). Sum of RGB (Red+Green+Blue) = 150+63+248=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #963FF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FF8 is #69C007. Grayscale: #6D6D6D. Windows color (decimal): -6930440 or 16269206. OLE color: 16269206.

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

Color convert

RGB 150 63 248 -
CMYK 0.40 0.75 0 0.03
HSL 268.22º 0.93% 0.61% -
HSV(B) 268.22º 0.75% 0.97% -
XYZ 31.3 16.82 90.4 -
YUV 110.1 205.82 156.46 -
System Red Green Blue C M Y K H S L
Decimal 150 63 248 0.40 0.75 0 0.03 268.22 0.93 0.61
Hex 96 3F F8 28 4B 0 3 10C 5D 3D
Octal 226 77 370 50 113 0 3 414 135 75
Binary 10010110 111111 11111000 101000 1001011 0 11 100001100 1011101 111101

Color Harmonies of #963FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FF8

Black with #963FF8

Text Example


Text Example

White with #963FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,248); }

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

background-color css

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

 a { background-color: rgb(150,63,248); }

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

border-color css

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

 span { border-color: rgb(150,63,248); }

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