Html Css Color HEX #9E4CFF Blue Violet

📋 copy color: '#9E4CFF'

red 158 ◦ green 76 ◦ blue 255

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

Shades of Blue Violet #9E4CFF

Tints of Blue Violet #9E4CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 32.31%
G = 15.54%
B = 52.15%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E4CFF (or 0x9E4CFF) is known color: Blue Violet. HEX triplet: 9E, 4C and FF. RGB value is (158,76,255). Sum of RGB (Red+Green+Blue) = 158+76+255=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E4CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E4CFF is #61B300. Grayscale: #787878. Windows color (decimal): -6402817 or 16731294. OLE color: 16731294.

HSL color Cylindrical-coordinate representation of color #9E4CFF: hue angle of 267.49º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E4CFF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 158 76 255 -
CMYK 0.38 0.70 0 0
HSL 267.49º 1% 0.65% -
HSV(B) 267.49º 0.7% 1% -
XYZ 34.73 19.66 96.57 -
YUV 120.92 203.67 154.45 -
System Red Green Blue C M Y K H S L
Decimal 158 76 255 0.38 0.70 0 0 267.49 1 0.65
Hex 9E 4C FF 26 46 0 0 10B 64 41
Octal 236 114 377 46 106 0 0 413 144 101
Binary 10011110 1001100 11111111 100110 1000110 0 0 100001011 1100100 1000001

Color Harmonies of #9E4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4CFF

Black with #9E4CFF

Text Example


Text Example

White with #9E4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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