Html Css Color HEX #963293 Vivid Violet

📋 copy color: '#963293'

red 150 ◦ green 50 ◦ blue 147

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

Shades of Vivid Violet #963293

Tints of Vivid Violet #963293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 43.23%
G = 14.41%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#963293 (or 0x963293) is known color: Vivid Violet. HEX triplet: 96, 32 and 93. RGB value is (150,50,147). Sum of RGB (Red+Green+Blue) = 150+50+147=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963293 is #69CD6C. Grayscale: #5A5A5A. Windows color (decimal): -6933869 or 9646742. OLE color: 9646742.

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

Color convert

RGB 150 50 147 -
CMYK 0 0.67 0.02 0.41
HSL 301.8º 0.5% 0.39% -
HSV(B) 301.8º 0.67% 0.59% -
XYZ 18.98 10.87 28.7 -
YUV 90.96 159.63 170.11 -
System Red Green Blue C M Y K H S L
Decimal 150 50 147 0 0.67 0.02 0.41 301.8 0.5 0.39
Hex 96 32 93 0 43 2 29 12E 32 27
Octal 226 62 223 0 103 2 51 456 62 47
Binary 10010110 110010 10010011 0 1000011 10 101001 100101110 110010 100111

Color Harmonies of #963293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963293

Black with #963293

Text Example


Text Example

White with #963293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963293; }

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

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

background-color css

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

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

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

border-color css

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

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

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