Html Css Color HEX #963E92 Vivid Violet

📋 copy color: '#963E92'

red 150 ◦ green 62 ◦ blue 146

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

Shades of Vivid Violet #963E92

Tints of Vivid Violet #963E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 41.9%
G = 17.32%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963E92 (or 0x963E92) is known color: Vivid Violet. HEX triplet: 96, 3E and 92. RGB value is (150,62,146). Sum of RGB (Red+Green+Blue) = 150+62+146=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #963E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963E92 is #69C16D. Grayscale: #616161. Windows color (decimal): -6930798 or 9584278. OLE color: 9584278.

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

Color convert

RGB 150 62 146 -
CMYK 0 0.59 0.03 0.41
HSL 302.73º 0.42% 0.42% -
HSV(B) 302.73º 0.59% 0.59% -
XYZ 19.49 12 28.48 -
YUV 97.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 150 62 146 0 0.59 0.03 0.41 302.73 0.42 0.42
Hex 96 3E 92 0 3B 3 29 12F 2A 2A
Octal 226 76 222 0 73 3 51 457 52 52
Binary 10010110 111110 10010010 0 111011 11 101001 100101111 101010 101010

Color Harmonies of #963E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E92

Black with #963E92

Text Example


Text Example

White with #963E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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