Html Css Color HEX #963AED Blue Violet

📋 copy color: '#963AED'

red 150 ◦ green 58 ◦ blue 237

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

Shades of Blue Violet #963AED

Tints of Blue Violet #963AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.03%

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 33.71%
G = 13.03%
B = 53.26%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#963AED (or 0x963AED) is known color: Blue Violet. HEX triplet: 96, 3A and ED. RGB value is (150,58,237). Sum of RGB (Red+Green+Blue) = 150+58+237=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #963AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AED is #69C512. Grayscale: #696969. Windows color (decimal): -6931731 or 15547030. OLE color: 15547030.

HSL color Cylindrical-coordinate representation of color #963AED: hue angle of 270.84º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963AED is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 58 237 -
CMYK 0.37 0.76 0 0.07
HSL 270.84º 0.83% 0.58% -
HSV(B) 270.84º 0.76% 0.93% -
XYZ 29.38 15.62 81.59 -
YUV 105.91 201.98 159.45 -
System Red Green Blue C M Y K H S L
Decimal 150 58 237 0.37 0.76 0 0.07 270.84 0.83 0.58
Hex 96 3A ED 25 4C 0 7 10F 53 3A
Octal 226 72 355 45 114 0 7 417 123 72
Binary 10010110 111010 11101101 100101 1001100 0 111 100001111 1010011 111010

Color Harmonies of #963AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963AED

Black with #963AED

Text Example


Text Example

White with #963AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,58,237); }

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

background-color css

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

 a { background-color: rgb(150,58,237); }

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

border-color css

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

 span { border-color: rgb(150,58,237); }

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