Html Css Color HEX #95368C Vivid Violet

📋 copy color: '#95368C'

red 149 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #95368C

Tints of Vivid Violet #95368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.74%

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 43.44%
G = 15.74%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95368C (or 0x95368C) is known color: Vivid Violet. HEX triplet: 95, 36 and 8C. RGB value is (149,54,140). Sum of RGB (Red+Green+Blue) = 149+54+140=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #95368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95368C is #6AC973. Grayscale: #5B5B5B. Windows color (decimal): -6998388 or 9189013. OLE color: 9189013.

HSL color Cylindrical-coordinate representation of color #95368C: hue angle of 305.68º degrees, saturation: 0.47, 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 #95368C is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 140 -
CMYK 0 0.64 0.06 0.42
HSL 305.68º 0.47% 0.4% -
HSV(B) 305.68º 0.64% 0.58% -
XYZ 18.45 10.92 25.95 -
YUV 92.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 149 54 140 0 0.64 0.06 0.42 305.68 0.47 0.4
Hex 95 36 8C 0 40 6 2A 132 2F 28
Octal 225 66 214 0 100 6 52 462 57 50
Binary 10010101 110110 10001100 0 1000000 110 101010 100110010 101111 101000

Color Harmonies of #95368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95368C

Black with #95368C

Text Example


Text Example

White with #95368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95368C; }

 p { color: rgb(149,54,140); }

 H1.HeaderClassName
 {
   color: #95368C;
 }
 .AnyTagClassName
 {
   color: #95368C;
 }
</style>

background-color css

<style>
 a { background-color: #95368C; }

 a { background-color: rgb(149,54,140); }

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

border-color css

<style>
 span { border-color: #95368C; }

 span { border-color: rgb(149,54,140); }

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