Html Css Color HEX #95638F Violet Blue

📋 copy color: '#95638F'

red 149 ◦ green 99 ◦ blue 143

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

Shades of Violet Blue #95638F

Tints of Violet Blue #95638F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

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

R = 38.11%
G = 25.32%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95638F (or 0x95638F) is known color: Violet Blue. HEX triplet: 95, 63 and 8F. RGB value is (149,99,143). Sum of RGB (Red+Green+Blue) = 149+99+143=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #95638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95638F is #6A9C70. Grayscale: #767676. Windows color (decimal): -6986865 or 9397141. OLE color: 9397141.

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

Color convert

RGB 149 99 143 -
CMYK 0 0.34 0.04 0.42
HSL 307.2º 0.2% 0.49% -
HSV(B) 307.2º 0.34% 0.58% -
XYZ 21.81 17.3 28.18 -
YUV 118.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 149 99 143 0 0.34 0.04 0.42 307.2 0.2 0.49
Hex 95 63 8F 0 22 4 2A 133 14 31
Octal 225 143 217 0 42 4 52 463 24 61
Binary 10010101 1100011 10001111 0 100010 100 101010 100110011 10100 110001

Color Harmonies of #95638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95638F

Black with #95638F

Text Example


Text Example

White with #95638F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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