Html Css Color HEX #95358B Vivid Violet

📋 copy color: '#95358B'

red 149 ◦ green 53 ◦ blue 139

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

Shades of Vivid Violet #95358B

Tints of Vivid Violet #95358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 139 (54.69% from 255) = 40.76%

R = 43.7%
G = 15.54%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95358B (or 0x95358B) is known color: Vivid Violet. HEX triplet: 95, 35 and 8B. RGB value is (149,53,139). Sum of RGB (Red+Green+Blue) = 149+53+139=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95358B is #6ACA74. Grayscale: #5B5B5B. Windows color (decimal): -6998645 or 9123221. OLE color: 9123221.

HSL color Cylindrical-coordinate representation of color #95358B: hue angle of 306.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95358B is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 53 139 -
CMYK 0 0.64 0.07 0.42
HSL 306.25º 0.48% 0.4% -
HSV(B) 306.25º 0.64% 0.58% -
XYZ 18.33 10.8 25.54 -
YUV 91.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 149 53 139 0 0.64 0.07 0.42 306.25 0.48 0.4
Hex 95 35 8B 0 40 7 2A 132 30 28
Octal 225 65 213 0 100 7 52 462 60 50
Binary 10010101 110101 10001011 0 1000000 111 101010 100110010 110000 101000

Color Harmonies of #95358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95358B

Black with #95358B

Text Example


Text Example

White with #95358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95358B; }

 p { color: rgb(149,53,139); }

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

background-color css

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

 a { background-color: rgb(149,53,139); }

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

border-color css

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

 span { border-color: rgb(149,53,139); }

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