Html Css Color HEX #995393 Violet Blue

📋 copy color: '#995393'

red 153 ◦ green 83 ◦ blue 147

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

Shades of Violet Blue #995393

Tints of Violet Blue #995393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.67%

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

R = 39.95%
G = 21.67%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#995393 (or 0x995393) is known color: Violet Blue. HEX triplet: 99, 53 and 93. RGB value is (153,83,147). Sum of RGB (Red+Green+Blue) = 153+83+147=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995393 is #66AC6C. Grayscale: #6F6F6F. Windows color (decimal): -6728813 or 9655193. OLE color: 9655193.

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

Color convert

RGB 153 83 147 -
CMYK 0 0.46 0.04 0.4
HSL 305.14º 0.3% 0.46% -
HSV(B) 305.14º 0.46% 0.6% -
XYZ 21.5 15.07 29.38 -
YUV 111.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 153 83 147 0 0.46 0.04 0.4 305.14 0.3 0.46
Hex 99 53 93 0 2E 4 28 131 1E 2E
Octal 231 123 223 0 56 4 50 461 36 56
Binary 10011001 1010011 10010011 0 101110 100 101000 100110001 11110 101110

Color Harmonies of #995393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995393

Black with #995393

Text Example


Text Example

White with #995393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995393; }

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

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

background-color css

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

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

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

border-color css

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

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

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