Html Css Color HEX #963DF6 Blue Violet

📋 copy color: '#963DF6'

red 150 ◦ green 61 ◦ blue 246

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

Shades of Blue Violet #963DF6

Tints of Blue Violet #963DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.35%

 BLUE value IS 246 (96.48% from 255) = 53.83%

R = 32.82%
G = 13.35%
B = 53.83%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#963DF6 (or 0x963DF6) is known color: Blue Violet. HEX triplet: 96, 3D and F6. RGB value is (150,61,246). Sum of RGB (Red+Green+Blue) = 150+61+246=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #963DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DF6 is #69C209. Grayscale: #6C6C6C. Windows color (decimal): -6930954 or 16137622. OLE color: 16137622.

HSL color Cylindrical-coordinate representation of color #963DF6: hue angle of 268.86º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963DF6 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 61 246 -
CMYK 0.39 0.75 0 0.04
HSL 268.86º 0.91% 0.6% -
HSV(B) 268.86º 0.75% 0.96% -
XYZ 30.88 16.48 88.74 -
YUV 108.7 205.49 157.46 -
System Red Green Blue C M Y K H S L
Decimal 150 61 246 0.39 0.75 0 0.04 268.86 0.91 0.6
Hex 96 3D F6 27 4B 0 4 10D 5B 3C
Octal 226 75 366 47 113 0 4 415 133 74
Binary 10010110 111101 11110110 100111 1001011 0 100 100001101 1011011 111100

Color Harmonies of #963DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DF6

Black with #963DF6

Text Example


Text Example

White with #963DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,61,246); }

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

background-color css

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

 a { background-color: rgb(150,61,246); }

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

border-color css

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

 span { border-color: rgb(150,61,246); }

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