Html Css Color HEX #9E27FF Blue Violet

📋 copy color: '#9E27FF'

red 158 ◦ green 39 ◦ blue 255

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

Shades of Blue Violet #9E27FF

Tints of Blue Violet #9E27FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.63%

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

R = 34.96%
G = 8.63%
B = 56.42%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9E27FF (or 0x9E27FF) is known color: Blue Violet. HEX triplet: 9E, 27 and FF. RGB value is (158,39,255). Sum of RGB (Red+Green+Blue) = 158+39+255=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #9E27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E27FF is #61D800. Grayscale: #626262. Windows color (decimal): -6412289 or 16721822. OLE color: 16721822.

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

Color convert

RGB 158 39 255 -
CMYK 0.38 0.85 0 0
HSL 273.06º 1% 0.58% -
HSV(B) 273.06º 0.85% 1% -
XYZ 32.88 15.94 95.95 -
YUV 99.21 215.92 169.94 -
System Red Green Blue C M Y K H S L
Decimal 158 39 255 0.38 0.85 0 0 273.06 1 0.58
Hex 9E 27 FF 26 55 0 0 111 64 3A
Octal 236 47 377 46 125 0 0 421 144 72
Binary 10011110 100111 11111111 100110 1010101 0 0 100010001 1100100 111010

Color Harmonies of #9E27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E27FF

Black with #9E27FF

Text Example


Text Example

White with #9E27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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