Html Css Color HEX #963ADF Blue Violet

📋 copy color: '#963ADF'

red 150 ◦ green 58 ◦ blue 223

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

Shades of Blue Violet #963ADF

Tints of Blue Violet #963ADF

RGB

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

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

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

R = 34.8%
G = 13.46%
B = 51.74%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#963ADF (or 0x963ADF) is known color: Blue Violet. HEX triplet: 96, 3A and DF. RGB value is (150,58,223). Sum of RGB (Red+Green+Blue) = 150+58+223=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #963ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ADF is #69C520. Grayscale: #676767. Windows color (decimal): -6931745 or 14629526. OLE color: 14629526.

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

Color convert

RGB 150 58 223 -
CMYK 0.33 0.74 0 0.13
HSL 273.45º 0.72% 0.55% -
HSV(B) 273.45º 0.74% 0.87% -
XYZ 27.41 14.84 71.23 -
YUV 104.32 194.98 160.58 -
System Red Green Blue C M Y K H S L
Decimal 150 58 223 0.33 0.74 0 0.13 273.45 0.72 0.55
Hex 96 3A DF 21 4A 0 D 111 48 37
Octal 226 72 337 41 112 0 15 421 110 67
Binary 10010110 111010 11011111 100001 1001010 0 1101 100010001 1001000 110111

Color Harmonies of #963ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963ADF

Black with #963ADF

Text Example


Text Example

White with #963ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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