#9B30E0

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

Shades of Blue Violet #9B30E0

Tints of Blue Violet #9B30E0

Color information

#9B30E0 (or 0x9B30E0) is unknown color: approx Blue Violet. HEX triplet: 9B, 30 and E0. RGB value is (155,48,224). Sum of RGB (Red+Green+Blue) = 155+48+224=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B30E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B30E0 is #64CF1F. Grayscale: #636363. Windows color (decimal): -6606624 or 14692507. OLE color: 14692507.

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

Color convert

RGB15548224-
CMYK0.310.7900.12
HSL276.48º73.95%53.33%-
HSV(B)276.48º78.57%87.84%-
XYZ28.0314.4671.84-
YUV100.06197.95167.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 48 (19.14% from 255) = 11.24%
BLUE value IS 224 (87.89% from 255) = 52.46%
R=36.30%
G=11.24%
B=52.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155482240.310.7900.12276.4873.9553.33
Hex9B30E01F4F0C1144a35
Octal233603403711701442411265
Binary1001101111000011100000111111001111011001000101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B30E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,224); }

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

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

 a { background-color: rgb(155,48,224); }

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

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

 span { border-color: rgb(155,48,224); }

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