Html Css Color HEX #95338F Vivid Violet

📋 copy color: '#95338F'

red 149 ◦ green 51 ◦ blue 143

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

Shades of Vivid Violet #95338F

Tints of Vivid Violet #95338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 43.44%
G = 14.87%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95338F (or 0x95338F) is known color: Vivid Violet. HEX triplet: 95, 33 and 8F. RGB value is (149,51,143). Sum of RGB (Red+Green+Blue) = 149+51+143=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95338F is #6ACC70. Grayscale: #5A5A5A. Windows color (decimal): -6999153 or 9384853. OLE color: 9384853.

HSL color Cylindrical-coordinate representation of color #95338F: hue angle of 303.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #95338F is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 143 -
CMYK 0 0.66 0.04 0.42
HSL 303.67º 0.49% 0.39% -
HSV(B) 303.67º 0.66% 0.58% -
XYZ 18.54 10.74 27.08 -
YUV 90.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 149 51 143 0 0.66 0.04 0.42 303.67 0.49 0.39
Hex 95 33 8F 0 42 4 2A 130 31 27
Octal 225 63 217 0 102 4 52 460 61 47
Binary 10010101 110011 10001111 0 1000010 100 101010 100110000 110001 100111

Color Harmonies of #95338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95338F

Black with #95338F

Text Example


Text Example

White with #95338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95338F; }

 p { color: rgb(149,51,143); }

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

background-color css

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

 a { background-color: rgb(149,51,143); }

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

border-color css

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

 span { border-color: rgb(149,51,143); }

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