Html Css Color HEX #963DFD Blue Violet

📋 copy color: '#963DFD'

red 150 ◦ green 61 ◦ blue 253

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

Shades of Blue Violet #963DFD

Tints of Blue Violet #963DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.53%

R = 32.33%
G = 13.15%
B = 54.53%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#963DFD (or 0x963DFD) is known color: Blue Violet. HEX triplet: 96, 3D and FD. RGB value is (150,61,253). Sum of RGB (Red+Green+Blue) = 150+61+253=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #963DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DFD is #69C202. Grayscale: #6C6C6C. Windows color (decimal): -6930947 or 16596374. OLE color: 16596374.

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

Color convert

RGB 150 61 253 -
CMYK 0.41 0.76 0 0.01
HSL 267.81º 0.98% 0.62% -
HSV(B) 267.81º 0.76% 0.99% -
XYZ 31.98 16.91 94.51 -
YUV 109.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 150 61 253 0.41 0.76 0 0.01 267.81 0.98 0.62
Hex 96 3D FD 29 4C 0 1 10C 62 3E
Octal 226 75 375 51 114 0 1 414 142 76
Binary 10010110 111101 11111101 101001 1001100 0 1 100001100 1100010 111110

Color Harmonies of #963DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DFD

Black with #963DFD

Text Example


Text Example

White with #963DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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