Html Css Color HEX #95478D Violet Blue

📋 copy color: '#95478D'

red 149 ◦ green 71 ◦ blue 141

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

Shades of Violet Blue #95478D

Tints of Violet Blue #95478D

RGB

 RED value IS 149 (58.59% from 255) = 41.27%

 GREEN value IS 71 (28.13% from 255) = 19.67%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 41.27%
G = 19.67%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95478D (or 0x95478D) is known color: Violet Blue. HEX triplet: 95, 47 and 8D. RGB value is (149,71,141). Sum of RGB (Red+Green+Blue) = 149+71+141=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95478D is #6AB872. Grayscale: #666666. Windows color (decimal): -6994035 or 9258901. OLE color: 9258901.

HSL color Cylindrical-coordinate representation of color #95478D: hue angle of 306.15º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95478D is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 141 -
CMYK 0 0.52 0.05 0.42
HSL 306.15º 0.35% 0.43% -
HSV(B) 306.15º 0.52% 0.58% -
XYZ 19.46 12.82 26.65 -
YUV 102.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 149 71 141 0 0.52 0.05 0.42 306.15 0.35 0.43
Hex 95 47 8D 0 34 5 2A 132 23 2B
Octal 225 107 215 0 64 5 52 462 43 53
Binary 10010101 1000111 10001101 0 110100 101 101010 100110010 100011 101011

Color Harmonies of #95478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95478D

Black with #95478D

Text Example


Text Example

White with #95478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95478D; }

 p { color: rgb(149,71,141); }

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

background-color css

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

 a { background-color: rgb(149,71,141); }

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

border-color css

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

 span { border-color: rgb(149,71,141); }

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