#9138DB

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

Shades of Blue Violet #9138DB

Tints of Blue Violet #9138DB

Color information

#9138DB (or 0x9138DB) is unknown color: approx Blue Violet. HEX triplet: 91, 38 and DB. RGB value is (145,56,219). Sum of RGB (Red+Green+Blue) = 145+56+219=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #9138DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138DB is #6EC724. Grayscale: #646464. Windows color (decimal): -7259941 or 14366865. OLE color: 14366865.

HSL color Cylindrical-coordinate representation of color #9138DB: hue angle of 272.76º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9138DB is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14556219-
CMYK0.340.7400.14
HSL272.76º69.36%53.92%-
HSV(B)272.76º74.43%85.88%-
XYZ25.8813.9668.35-
YUV101.19194.49159.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 56 (22.27% from 255) = 13.33%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=34.52%
G=13.33%
B=52.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal145562190.340.7400.14272.7669.3653.92
Hex9138DB224A0E1114536
Octal221703334211201642110566
Binary10010001111000110110111000101001010011101000100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9138DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9138DB; }

 p { color: rgb(145,56,219); }

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

<style>
 a { background-color: #9138DB; }

 a { background-color: rgb(145,56,219); }

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

<style>
 span { border-color: #9138DB; }

 span { border-color: rgb(145,56,219); }

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