Html Css Color HEX #953A8B Vivid Violet

📋 copy color: '#953A8B'

red 149 ◦ green 58 ◦ blue 139

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

Shades of Vivid Violet #953A8B

Tints of Vivid Violet #953A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.76%

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

R = 43.06%
G = 16.76%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#953A8B (or 0x953A8B) is known color: Vivid Violet. HEX triplet: 95, 3A and 8B. RGB value is (149,58,139). Sum of RGB (Red+Green+Blue) = 149+58+139=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #953A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A8B is #6AC574. Grayscale: #5E5E5E. Windows color (decimal): -6997365 or 9124501. OLE color: 9124501.

HSL color Cylindrical-coordinate representation of color #953A8B: hue angle of 306.59º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A8B is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 139 -
CMYK 0 0.61 0.07 0.42
HSL 306.59º 0.44% 0.41% -
HSV(B) 306.59º 0.61% 0.58% -
XYZ 18.57 11.28 25.62 -
YUV 94.44 153.15 166.91 -
System Red Green Blue C M Y K H S L
Decimal 149 58 139 0 0.61 0.07 0.42 306.59 0.44 0.41
Hex 95 3A 8B 0 3D 7 2A 133 2C 29
Octal 225 72 213 0 75 7 52 463 54 51
Binary 10010101 111010 10001011 0 111101 111 101010 100110011 101100 101001

Color Harmonies of #953A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A8B

Black with #953A8B

Text Example


Text Example

White with #953A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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