Html Css Color HEX #963492 Vivid Violet

📋 copy color: '#963492'

red 150 ◦ green 52 ◦ blue 146

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

Shades of Vivid Violet #963492

Tints of Vivid Violet #963492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 43.1%
G = 14.94%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#963492 (or 0x963492) is known color: Vivid Violet. HEX triplet: 96, 34 and 92. RGB value is (150,52,146). Sum of RGB (Red+Green+Blue) = 150+52+146=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #963492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963492 is #69CB6D. Grayscale: #5B5B5B. Windows color (decimal): -6933358 or 9581718. OLE color: 9581718.

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

Color convert

RGB 150 52 146 -
CMYK 0 0.65 0.03 0.41
HSL 302.45º 0.49% 0.4% -
HSV(B) 302.45º 0.65% 0.59% -
XYZ 18.99 11.02 28.32 -
YUV 92.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 150 52 146 0 0.65 0.03 0.41 302.45 0.49 0.4
Hex 96 34 92 0 41 3 29 12E 31 28
Octal 226 64 222 0 101 3 51 456 61 50
Binary 10010110 110100 10010010 0 1000001 11 101001 100101110 110001 101000

Color Harmonies of #963492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963492

Black with #963492

Text Example


Text Example

White with #963492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963492; }

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

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

background-color css

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

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

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

border-color css

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

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

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