Html Css Color HEX #963F8E Vivid Violet

📋 copy color: '#963F8E'

red 150 ◦ green 63 ◦ blue 142

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

Shades of Vivid Violet #963F8E

Tints of Vivid Violet #963F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 42.25%
G = 17.75%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#963F8E (or 0x963F8E) is known color: Vivid Violet. HEX triplet: 96, 3F and 8E. RGB value is (150,63,142). Sum of RGB (Red+Green+Blue) = 150+63+142=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #963F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963F8E is #69C071. Grayscale: #616161. Windows color (decimal): -6930546 or 9322390. OLE color: 9322390.

HSL color Cylindrical-coordinate representation of color #963F8E: hue angle of 305.52º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F8E is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 63 142 -
CMYK 0 0.58 0.05 0.41
HSL 305.52º 0.41% 0.42% -
HSV(B) 305.52º 0.58% 0.59% -
XYZ 19.24 11.99 26.89 -
YUV 98.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 150 63 142 0 0.58 0.05 0.41 305.52 0.41 0.42
Hex 96 3F 8E 0 3A 5 29 132 29 2A
Octal 226 77 216 0 72 5 51 462 51 52
Binary 10010110 111111 10001110 0 111010 101 101001 100110010 101001 101010

Color Harmonies of #963F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963F8E

Black with #963F8E

Text Example


Text Example

White with #963F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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