Html Css Color HEX #963292 Vivid Violet

📋 copy color: '#963292'

red 150 ◦ green 50 ◦ blue 146

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

Shades of Vivid Violet #963292

Tints of Vivid Violet #963292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

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

R = 43.35%
G = 14.45%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963292 (or 0x963292) is known color: Vivid Violet. HEX triplet: 96, 32 and 92. RGB value is (150,50,146). Sum of RGB (Red+Green+Blue) = 150+50+146=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #963292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963292 is #69CD6D. Grayscale: #5A5A5A. Windows color (decimal): -6933870 or 9581206. OLE color: 9581206.

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

Color convert

RGB 150 50 146 -
CMYK 0 0.67 0.03 0.41
HSL 302.4º 0.5% 0.39% -
HSV(B) 302.4º 0.67% 0.59% -
XYZ 18.91 10.84 28.29 -
YUV 90.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 150 50 146 0 0.67 0.03 0.41 302.4 0.5 0.39
Hex 96 32 92 0 43 3 29 12E 32 27
Octal 226 62 222 0 103 3 51 456 62 47
Binary 10010110 110010 10010010 0 1000011 11 101001 100101110 110010 100111

Color Harmonies of #963292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963292

Black with #963292

Text Example


Text Example

White with #963292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963292; }

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

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

background-color css

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

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

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

border-color css

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

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

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