Html Css Color HEX #996793 Violet Blue

📋 copy color: '#996793'

red 153 ◦ green 103 ◦ blue 147

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

Shades of Violet Blue #996793

Tints of Violet Blue #996793

RGB

 RED value IS 153 (60.16% from 255) = 37.97%

 GREEN value IS 103 (40.63% from 255) = 25.56%

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

R = 37.97%
G = 25.56%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#996793 (or 0x996793) is known color: Violet Blue. HEX triplet: 99, 67 and 93. RGB value is (153,103,147). Sum of RGB (Red+Green+Blue) = 153+103+147=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996793 is #66986C. Grayscale: #7A7A7A. Windows color (decimal): -6723693 or 9660313. OLE color: 9660313.

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

Color convert

RGB 153 103 147 -
CMYK 0 0.33 0.04 0.4
HSL 307.2º 0.2% 0.5% -
HSV(B) 307.2º 0.33% 0.6% -
XYZ 23.25 18.58 29.96 -
YUV 122.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 153 103 147 0 0.33 0.04 0.4 307.2 0.2 0.5
Hex 99 67 93 0 21 4 28 133 14 32
Octal 231 147 223 0 41 4 50 463 24 62
Binary 10011001 1100111 10010011 0 100001 100 101000 100110011 10100 110010

Color Harmonies of #996793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996793

Black with #996793

Text Example


Text Example

White with #996793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996793; }

 p { color: rgb(153,103,147); }

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

background-color css

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

 a { background-color: rgb(153,103,147); }

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

border-color css

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

 span { border-color: rgb(153,103,147); }

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