Html Css Color HEX #963291 Vivid Violet

📋 copy color: '#963291'

red 150 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #963291

Tints of Vivid Violet #963291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 43.48%
G = 14.49%
B = 42.03%

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

#963291 (or 0x963291) is known color: Vivid Violet. HEX triplet: 96, 32 and 91. RGB value is (150,50,145). Sum of RGB (Red+Green+Blue) = 150+50+145=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #963291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963291 is #69CD6E. Grayscale: #5A5A5A. Windows color (decimal): -6933871 or 9515670. OLE color: 9515670.

HSL color Cylindrical-coordinate representation of color #963291: hue angle of 303º 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 #963291 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 145 -
CMYK 0 0.67 0.03 0.41
HSL 303º 0.5% 0.39% -
HSV(B) 303º 0.67% 0.59% -
XYZ 18.83 10.81 27.88 -
YUV 90.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 150 50 145 0 0.67 0.03 0.41 303 0.5 0.39
Hex 96 32 91 0 43 3 29 12F 32 27
Octal 226 62 221 0 103 3 51 457 62 47
Binary 10010110 110010 10010001 0 1000011 11 101001 100101111 110010 100111

Color Harmonies of #963291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963291

Black with #963291

Text Example


Text Example

White with #963291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963291; }

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

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

background-color css

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

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

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

border-color css

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

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

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