Html Css Color HEX #9E4698 Violet Blue

📋 copy color: '#9E4698'

red 158 ◦ green 70 ◦ blue 152

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

Shades of Violet Blue #9E4698

Tints of Violet Blue #9E4698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40%

R = 41.58%
G = 18.42%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E4698 (or 0x9E4698) is known color: Violet Blue. HEX triplet: 9E, 46 and 98. RGB value is (158,70,152). Sum of RGB (Red+Green+Blue) = 158+70+152=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4698 is #61B967. Grayscale: #696969. Windows color (decimal): -6404456 or 9979550. OLE color: 9979550.

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

Color convert

RGB 158 70 152 -
CMYK 0 0.56 0.04 0.38
HSL 304.09º 0.39% 0.45% -
HSV(B) 304.09º 0.56% 0.62% -
XYZ 21.96 13.92 31.23 -
YUV 105.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 158 70 152 0 0.56 0.04 0.38 304.09 0.39 0.45
Hex 9E 46 98 0 38 4 26 130 27 2D
Octal 236 106 230 0 70 4 46 460 47 55
Binary 10011110 1000110 10011000 0 111000 100 100110 100110000 100111 101101

Color Harmonies of #9E4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4698

Black with #9E4698

Text Example


Text Example

White with #9E4698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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