Html Css Color HEX #95448C Vivid Violet

📋 copy color: '#95448C'

red 149 ◦ green 68 ◦ blue 140

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

Shades of Vivid Violet #95448C

Tints of Vivid Violet #95448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

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

R = 41.74%
G = 19.05%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95448C (or 0x95448C) is known color: Vivid Violet. HEX triplet: 95, 44 and 8C. RGB value is (149,68,140). Sum of RGB (Red+Green+Blue) = 149+68+140=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95448C is #6ABB73. Grayscale: #646464. Windows color (decimal): -6994804 or 9192597. OLE color: 9192597.

HSL color Cylindrical-coordinate representation of color #95448C: hue angle of 306.67º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95448C is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 140 -
CMYK 0 0.54 0.06 0.42
HSL 306.67º 0.37% 0.43% -
HSV(B) 306.67º 0.54% 0.58% -
XYZ 19.2 12.42 26.2 -
YUV 100.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 149 68 140 0 0.54 0.06 0.42 306.67 0.37 0.43
Hex 95 44 8C 0 36 6 2A 133 25 2B
Octal 225 104 214 0 66 6 52 463 45 53
Binary 10010101 1000100 10001100 0 110110 110 101010 100110011 100101 101011

Color Harmonies of #95448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95448C

Black with #95448C

Text Example


Text Example

White with #95448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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