Html Css Color HEX #995294 Violet Blue

📋 copy color: '#995294'

red 153 ◦ green 82 ◦ blue 148

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

Shades of Violet Blue #995294

Tints of Violet Blue #995294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

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

R = 39.95%
G = 21.41%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#995294 (or 0x995294) is known color: Violet Blue. HEX triplet: 99, 52 and 94. RGB value is (153,82,148). Sum of RGB (Red+Green+Blue) = 153+82+148=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #995294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995294 is #66AD6B. Grayscale: #6E6E6E. Windows color (decimal): -6729068 or 9720473. OLE color: 9720473.

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

Color convert

RGB 153 82 148 -
CMYK 0 0.46 0.03 0.4
HSL 304.23º 0.3% 0.46% -
HSV(B) 304.23º 0.46% 0.6% -
XYZ 21.5 14.95 29.77 -
YUV 110.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 153 82 148 0 0.46 0.03 0.4 304.23 0.3 0.46
Hex 99 52 94 0 2E 3 28 130 1E 2E
Octal 231 122 224 0 56 3 50 460 36 56
Binary 10011001 1010010 10010100 0 101110 11 101000 100110000 11110 101110

Color Harmonies of #995294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995294

Black with #995294

Text Example


Text Example

White with #995294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995294; }

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

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

background-color css

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

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

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

border-color css

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

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

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