Html Css Color HEX #9E469D Violet Blue

📋 copy color: '#9E469D'

red 158 ◦ green 70 ◦ blue 157

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

Shades of Violet Blue #9E469D

Tints of Violet Blue #9E469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 41.04%
G = 18.18%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9E469D (or 0x9E469D) is known color: Violet Blue. HEX triplet: 9E, 46 and 9D. RGB value is (158,70,157). Sum of RGB (Red+Green+Blue) = 158+70+157=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E469D is #61B962. Grayscale: #696969. Windows color (decimal): -6404451 or 10307230. OLE color: 10307230.

HSL color Cylindrical-coordinate representation of color #9E469D: hue angle of 300.68º 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 #9E469D is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 70 157 -
CMYK 0 0.56 0.01 0.38
HSL 300.68º 0.39% 0.45% -
HSV(B) 300.68º 0.56% 0.62% -
XYZ 22.38 14.08 33.44 -
YUV 106.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 158 70 157 0 0.56 0.01 0.38 300.68 0.39 0.45
Hex 9E 46 9D 0 38 1 26 12D 27 2D
Octal 236 106 235 0 70 1 46 455 47 55
Binary 10011110 1000110 10011101 0 111000 1 100110 100101101 100111 101101

Color Harmonies of #9E469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E469D

Black with #9E469D

Text Example


Text Example

White with #9E469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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