Html Css Color HEX #995194 Violet Blue

📋 copy color: '#995194'

red 153 ◦ green 81 ◦ blue 148

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

Shades of Violet Blue #995194

Tints of Violet Blue #995194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 40.05%
G = 21.2%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995194 (or 0x995194) is known color: Violet Blue. HEX triplet: 99, 51 and 94. RGB value is (153,81,148). Sum of RGB (Red+Green+Blue) = 153+81+148=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995194 is #66AE6B. Grayscale: #6D6D6D. Windows color (decimal): -6729324 or 9720217. OLE color: 9720217.

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

Color convert

RGB 153 81 148 -
CMYK 0 0.47 0.03 0.4
HSL 304.17º 0.31% 0.46% -
HSV(B) 304.17º 0.47% 0.6% -
XYZ 21.42 14.8 29.74 -
YUV 110.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 153 81 148 0 0.47 0.03 0.4 304.17 0.31 0.46
Hex 99 51 94 0 2F 3 28 130 1F 2E
Octal 231 121 224 0 57 3 50 460 37 56
Binary 10011001 1010001 10010100 0 101111 11 101000 100110000 11111 101110

Color Harmonies of #995194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995194

Black with #995194

Text Example


Text Example

White with #995194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995194; }

 p { color: rgb(153,81,148); }

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

background-color css

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

 a { background-color: rgb(153,81,148); }

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

border-color css

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

 span { border-color: rgb(153,81,148); }

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