Html Css Color HEX #9E4CED Blue Violet

📋 copy color: '#9E4CED'

red 158 ◦ green 76 ◦ blue 237

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

Shades of Blue Violet #9E4CED

Tints of Blue Violet #9E4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 33.55%
G = 16.14%
B = 50.32%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E4CED (or 0x9E4CED) is known color: Blue Violet. HEX triplet: 9E, 4C and ED. RGB value is (158,76,237). Sum of RGB (Red+Green+Blue) = 158+76+237=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4CED is #61B312. Grayscale: #767676. Windows color (decimal): -6402835 or 15551646. OLE color: 15551646.

HSL color Cylindrical-coordinate representation of color #9E4CED: hue angle of 270.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E4CED is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 76 237 -
CMYK 0.33 0.68 0 0.07
HSL 270.56º 0.82% 0.61% -
HSV(B) 270.56º 0.68% 0.93% -
XYZ 31.97 18.55 82.02 -
YUV 118.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 158 76 237 0.33 0.68 0 0.07 270.56 0.82 0.61
Hex 9E 4C ED 21 44 0 7 10F 52 3D
Octal 236 114 355 41 104 0 7 417 122 75
Binary 10011110 1001100 11101101 100001 1000100 0 111 100001111 1010010 111101

Color Harmonies of #9E4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CED

Black with #9E4CED

Text Example


Text Example

White with #9E4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,76,237); }

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

background-color css

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

 a { background-color: rgb(158,76,237); }

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

border-color css

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

 span { border-color: rgb(158,76,237); }

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