Html Css Color HEX #995392 Violet Blue

📋 copy color: '#995392'

red 153 ◦ green 83 ◦ blue 146

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

Shades of Violet Blue #995392

Tints of Violet Blue #995392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 40.05%
G = 21.73%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#995392 (or 0x995392) is known color: Violet Blue. HEX triplet: 99, 53 and 92. RGB value is (153,83,146). Sum of RGB (Red+Green+Blue) = 153+83+146=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995392 is #66AC6D. Grayscale: #6E6E6E. Windows color (decimal): -6728814 or 9589657. OLE color: 9589657.

HSL color Cylindrical-coordinate representation of color #995392: hue angle of 306º 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 #995392 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 146 -
CMYK 0 0.46 0.05 0.4
HSL 306º 0.3% 0.46% -
HSV(B) 306º 0.46% 0.6% -
XYZ 21.42 15.03 28.97 -
YUV 111.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 153 83 146 0 0.46 0.05 0.4 306 0.3 0.46
Hex 99 53 92 0 2E 5 28 132 1E 2E
Octal 231 123 222 0 56 5 50 462 36 56
Binary 10011001 1010011 10010010 0 101110 101 101000 100110010 11110 101110

Color Harmonies of #995392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995392

Black with #995392

Text Example


Text Example

White with #995392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995392; }

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

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

background-color css

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

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

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

border-color css

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

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

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