Html Css Color HEX #963F9E Vivid Violet

📋 copy color: '#963F9E'

red 150 ◦ green 63 ◦ blue 158

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

Shades of Vivid Violet #963F9E

Tints of Vivid Violet #963F9E

RGB

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

 GREEN value IS 63 (25% from 255) = 16.98%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 40.43%
G = 16.98%
B = 42.59%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#963F9E (or 0x963F9E) is known color: Vivid Violet. HEX triplet: 96, 3F and 9E. RGB value is (150,63,158). Sum of RGB (Red+Green+Blue) = 150+63+158=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #963F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F9E is #69C061. Grayscale: #636363. Windows color (decimal): -6930530 or 10370966. OLE color: 10370966.

HSL color Cylindrical-coordinate representation of color #963F9E: hue angle of 294.95º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963F9E is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 63 158 -
CMYK 0.05 0.60 0 0.38
HSL 294.95º 0.43% 0.43% -
HSV(B) 294.95º 0.6% 0.62% -
XYZ 20.53 12.51 33.68 -
YUV 99.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 150 63 158 0.05 0.60 0 0.38 294.95 0.43 0.43
Hex 96 3F 9E 5 3C 0 26 127 2B 2B
Octal 226 77 236 5 74 0 46 447 53 53
Binary 10010110 111111 10011110 101 111100 0 100110 100100111 101011 101011

Color Harmonies of #963F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F9E

Black with #963F9E

Text Example


Text Example

White with #963F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,158); }

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

background-color css

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

 a { background-color: rgb(150,63,158); }

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

border-color css

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

 span { border-color: rgb(150,63,158); }

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