#9B27EA

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

Shades of Blue Violet #9B27EA

Tints of Blue Violet #9B27EA

Color information

#9B27EA (or 0x9B27EA) is unknown color: approx Blue Violet. HEX triplet: 9B, 27 and EA. RGB value is (155,39,234). Sum of RGB (Red+Green+Blue) = 155+39+234=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B27EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B27EA is #64D815. Grayscale: #5F5F5F. Windows color (decimal): -6608918 or 15345563. OLE color: 15345563.

HSL color Cylindrical-coordinate representation of color #9B27EA: hue angle of 275.69º 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 #9B27EA is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15539234-
CMYK0.340.8300.08
HSL275.69º82.28%53.53%-
HSV(B)275.69º83.33%91.76%-
XYZ29.0914.3679.08-
YUV95.91205.93170.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 39 (15.62% from 255) = 9.11%
BLUE value IS 234 (91.80% from 255) = 54.67%
R=36.21%
G=9.11%
B=54.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal155392340.340.8300.08275.6982.2853.53
Hex9B27EA2253081145236
Octal233473524212301042412266
Binary10011011100111111010101000101010011010001000101001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B27EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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