Html Css Color HEX #963399 Vivid Violet

📋 copy color: '#963399'

red 150 ◦ green 51 ◦ blue 153

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

Shades of Vivid Violet #963399

Tints of Vivid Violet #963399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.41%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 42.37%
G = 14.41%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#963399 (or 0x963399) is known color: Vivid Violet. HEX triplet: 96, 33 and 99. RGB value is (150,51,153). Sum of RGB (Red+Green+Blue) = 150+51+153=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #963399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963399 is #69CC66. Grayscale: #5B5B5B. Windows color (decimal): -6933607 or 10040214. OLE color: 10040214.

HSL color Cylindrical-coordinate representation of color #963399: hue angle of 298.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963399 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 51 153 -
CMYK 0.02 0.67 0 0.4
HSL 298.24º 0.5% 0.4% -
HSV(B) 298.24º 0.67% 0.6% -
XYZ 19.51 11.15 31.26 -
YUV 92.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 150 51 153 0.02 0.67 0 0.4 298.24 0.5 0.4
Hex 96 33 99 2 43 0 28 12A 32 28
Octal 226 63 231 2 103 0 50 452 62 50
Binary 10010110 110011 10011001 10 1000011 0 101000 100101010 110010 101000

Color Harmonies of #963399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963399

Black with #963399

Text Example


Text Example

White with #963399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963399; }

 p { color: rgb(150,51,153); }

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

background-color css

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

 a { background-color: rgb(150,51,153); }

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

border-color css

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

 span { border-color: rgb(150,51,153); }

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