#9C27EA

Color #9C27EA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9C27EA

Tints of Blue Violet #9C27EA

Color information

#9C27EA (or 0x9C27EA) is unknown color: approx Blue Violet. HEX triplet: 9C, 27 and EA. RGB value is (156,39,234). Sum of RGB (Red+Green+Blue) = 156+39+234=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C27EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C27EA is #63D815. Grayscale: #5F5F5F. Windows color (decimal): -6543382 or 15345564. OLE color: 15345564.

HSL color Cylindrical-coordinate representation of color #9C27EA: hue angle of 276º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C27EA is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15639234-
CMYK0.330.8300.08
HSL276º82.28%53.53%-
HSV(B)276º83.33%91.76%-
XYZ29.2914.4679.09-
YUV96.21205.76170.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 39 (15.62% from 255) = 9.09%
BLUE value IS 234 (91.80% from 255) = 54.55%
R=36.36%
G=9.09%
B=54.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal156392340.330.8300.0827682.2853.53
Hex9C27EA2153081145236
Octal234473524112301042412266
Binary10011100100111111010101000011010011010001000101001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C27EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,39,234); }

 H1.HeaderClassName
 {
   color: #9C27EA;
 }
 .AnyTagClassName
 {
   color: #9C27EA;
 }
</style>
background-color css

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

 a { background-color: rgb(156,39,234); }

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

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

 span { border-color: rgb(156,39,234); }

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