Html Css Color HEX #953B93 Vivid Violet

📋 copy color: '#953B93'

red 149 ◦ green 59 ◦ blue 147

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

Shades of Vivid Violet #953B93

Tints of Vivid Violet #953B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 41.97%
G = 16.62%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953B93 (or 0x953B93) is known color: Vivid Violet. HEX triplet: 95, 3B and 93. RGB value is (149,59,147). Sum of RGB (Red+Green+Blue) = 149+59+147=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #953B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953B93 is #6AC46C. Grayscale: #5F5F5F. Windows color (decimal): -6997101 or 9649045. OLE color: 9649045.

HSL color Cylindrical-coordinate representation of color #953B93: hue angle of 301.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B93 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 147 -
CMYK 0 0.60 0.01 0.42
HSL 301.33º 0.43% 0.41% -
HSV(B) 301.33º 0.6% 0.58% -
XYZ 19.22 11.62 28.83 -
YUV 95.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 149 59 147 0 0.60 0.01 0.42 301.33 0.43 0.41
Hex 95 3B 93 0 3C 1 2A 12D 2B 29
Octal 225 73 223 0 74 1 52 455 53 51
Binary 10010101 111011 10010011 0 111100 1 101010 100101101 101011 101001

Color Harmonies of #953B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B93

Black with #953B93

Text Example


Text Example

White with #953B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,147); }

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

background-color css

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

 a { background-color: rgb(149,59,147); }

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

border-color css

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

 span { border-color: rgb(149,59,147); }

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