Html Css Color HEX #9E1CE4 Blue Violet

📋 copy color: '#9E1CE4'

red 158 ◦ green 28 ◦ blue 228

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

Shades of Blue Violet #9E1CE4

Tints of Blue Violet #9E1CE4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.76%

 BLUE value IS 228 (89.45% from 255) = 55.07%

R = 38.16%
G = 6.76%
B = 55.07%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9E1CE4 (or 0x9E1CE4) is known color: Blue Violet. HEX triplet: 9E, 1C and E4. RGB value is (158,28,228). Sum of RGB (Red+Green+Blue) = 158+28+228=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E1CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1CE4 is #61E31B. Grayscale: #595959. Windows color (decimal): -6415132 or 14949534. OLE color: 14949534.

HSL color Cylindrical-coordinate representation of color #9E1CE4: hue angle of 279º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1CE4 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 28 228 -
CMYK 0.31 0.88 0 0.11
HSL 279º 0.79% 0.5% -
HSV(B) 279º 0.88% 0.89% -
XYZ 28.52 13.7 74.54 -
YUV 89.67 206.07 176.74 -
System Red Green Blue C M Y K H S L
Decimal 158 28 228 0.31 0.88 0 0.11 279 0.79 0.5
Hex 9E 1C E4 1F 58 0 B 117 4F 32
Octal 236 34 344 37 130 0 13 427 117 62
Binary 10011110 11100 11100100 11111 1011000 0 1011 100010111 1001111 110010

Color Harmonies of #9E1CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1CE4

Black with #9E1CE4

Text Example


Text Example

White with #9E1CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,28,228); }

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

background-color css

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

 a { background-color: rgb(158,28,228); }

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

border-color css

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

 span { border-color: rgb(158,28,228); }

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