Html Css Color HEX #95438B Vivid Violet

📋 copy color: '#95438B'

red 149 ◦ green 67 ◦ blue 139

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

Shades of Vivid Violet #95438B

Tints of Vivid Violet #95438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.87%

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

R = 41.97%
G = 18.87%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95438B (or 0x95438B) is known color: Vivid Violet. HEX triplet: 95, 43 and 8B. RGB value is (149,67,139). Sum of RGB (Red+Green+Blue) = 149+67+139=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95438B is #6ABC74. Grayscale: #636363. Windows color (decimal): -6995061 or 9126805. OLE color: 9126805.

HSL color Cylindrical-coordinate representation of color #95438B: hue angle of 307.32º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95438B is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 139 -
CMYK 0 0.55 0.07 0.42
HSL 307.32º 0.38% 0.42% -
HSV(B) 307.32º 0.55% 0.58% -
XYZ 19.06 12.27 25.79 -
YUV 99.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 149 67 139 0 0.55 0.07 0.42 307.32 0.38 0.42
Hex 95 43 8B 0 37 7 2A 133 26 2A
Octal 225 103 213 0 67 7 52 463 46 52
Binary 10010101 1000011 10001011 0 110111 111 101010 100110011 100110 101010

Color Harmonies of #95438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95438B

Black with #95438B

Text Example


Text Example

White with #95438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95438B; }

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

 H1.HeaderClassName
 {
   color: #95438B;
 }
 .AnyTagClassName
 {
   color: #95438B;
 }
</style>

background-color css

<style>
 a { background-color: #95438B; }

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

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

border-color css

<style>
 span { border-color: #95438B; }

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

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