Html Css Color HEX #9E468D Violet Blue

📋 copy color: '#9E468D'

red 158 ◦ green 70 ◦ blue 141

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

Shades of Violet Blue #9E468D

Tints of Violet Blue #9E468D

RGB

 RED value IS 158 (62.11% from 255) = 42.82%

 GREEN value IS 70 (27.73% from 255) = 18.97%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 42.82%
G = 18.97%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E468D (or 0x9E468D) is known color: Violet Blue. HEX triplet: 9E, 46 and 8D. RGB value is (158,70,141). Sum of RGB (Red+Green+Blue) = 158+70+141=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E468D is #61B972. Grayscale: #686868. Windows color (decimal): -6404467 or 9258654. OLE color: 9258654.

HSL color Cylindrical-coordinate representation of color #9E468D: hue angle of 311.59º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E468D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 70 141 -
CMYK 0 0.56 0.11 0.38
HSL 311.59º 0.39% 0.45% -
HSV(B) 311.59º 0.56% 0.62% -
XYZ 21.1 13.57 26.71 -
YUV 104.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 158 70 141 0 0.56 0.11 0.38 311.59 0.39 0.45
Hex 9E 46 8D 0 38 B 26 138 27 2D
Octal 236 106 215 0 70 13 46 470 47 55
Binary 10011110 1000110 10001101 0 111000 1011 100110 100111000 100111 101101

Color Harmonies of #9E468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E468D

Black with #9E468D

Text Example


Text Example

White with #9E468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E468D; }

 p { color: rgb(158,70,141); }

 H1.HeaderClassName
 {
   color: #9E468D;
 }
 .AnyTagClassName
 {
   color: #9E468D;
 }
</style>

background-color css

<style>
 a { background-color: #9E468D; }

 a { background-color: rgb(158,70,141); }

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

border-color css

<style>
 span { border-color: #9E468D; }

 span { border-color: rgb(158,70,141); }

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