Html Css Color HEX #996093 Violet Blue

📋 copy color: '#996093'

red 153 ◦ green 96 ◦ blue 147

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

Shades of Violet Blue #996093

Tints of Violet Blue #996093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 38.64%
G = 24.24%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#996093 (or 0x996093) is known color: Violet Blue. HEX triplet: 99, 60 and 93. RGB value is (153,96,147). Sum of RGB (Red+Green+Blue) = 153+96+147=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #996093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996093 is #669F6C. Grayscale: #767676. Windows color (decimal): -6725485 or 9658521. OLE color: 9658521.

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

Color convert

RGB 153 96 147 -
CMYK 0 0.37 0.04 0.4
HSL 306.32º 0.23% 0.49% -
HSV(B) 306.32º 0.37% 0.6% -
XYZ 22.59 17.24 29.74 -
YUV 118.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 153 96 147 0 0.37 0.04 0.4 306.32 0.23 0.49
Hex 99 60 93 0 25 4 28 132 17 31
Octal 231 140 223 0 45 4 50 462 27 61
Binary 10011001 1100000 10010011 0 100101 100 101000 100110010 10111 110001

Color Harmonies of #996093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996093

Black with #996093

Text Example


Text Example

White with #996093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996093; }

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

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

background-color css

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

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

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

border-color css

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

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

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