Html Css Color HEX #963EDF Blue Violet

📋 copy color: '#963EDF'

red 150 ◦ green 62 ◦ blue 223

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

Shades of Blue Violet #963EDF

Tints of Blue Violet #963EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.25%

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 34.48%
G = 14.25%
B = 51.26%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#963EDF (or 0x963EDF) is known color: Blue Violet. HEX triplet: 96, 3E and DF. RGB value is (150,62,223). Sum of RGB (Red+Green+Blue) = 150+62+223=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #963EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963EDF is #69C120. Grayscale: #6A6A6A. Windows color (decimal): -6930721 or 14630550. OLE color: 14630550.

HSL color Cylindrical-coordinate representation of color #963EDF: hue angle of 272.8º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #963EDF is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 62 223 -
CMYK 0.33 0.72 0 0.13
HSL 272.8º 0.72% 0.56% -
HSV(B) 272.8º 0.72% 0.87% -
XYZ 27.62 15.26 71.3 -
YUV 106.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 150 62 223 0.33 0.72 0 0.13 272.8 0.72 0.56
Hex 96 3E DF 21 48 0 D 111 48 38
Octal 226 76 337 41 110 0 15 421 110 70
Binary 10010110 111110 11011111 100001 1001000 0 1101 100010001 1001000 111000

Color Harmonies of #963EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963EDF

Black with #963EDF

Text Example


Text Example

White with #963EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,62,223); }

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

background-color css

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

 a { background-color: rgb(150,62,223); }

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

border-color css

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

 span { border-color: rgb(150,62,223); }

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