#8B3DDE

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

Shades of Blue Violet #8B3DDE

Tints of Blue Violet #8B3DDE

Color information

#8B3DDE (or 0x8B3DDE) is unknown color: approx Blue Violet. HEX triplet: 8B, 3D and DE. RGB value is (139,61,222). Sum of RGB (Red+Green+Blue) = 139+61+222=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B3DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3DDE is #74C221. Grayscale: #666666. Windows color (decimal): -7651874 or 14564747. OLE color: 14564747.

HSL color Cylindrical-coordinate representation of color #8B3DDE: hue angle of 269.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B3DDE is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13961222-
CMYK0.370.7300.13
HSL269.07º70.93%55.49%-
HSV(B)269.07º72.52%87.06%-
XYZ25.514.170.48-
YUV102.68195.34153.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 61 (24.22% from 255) = 14.45%
BLUE value IS 222 (87.11% from 255) = 52.61%
R=32.94%
G=14.45%
B=52.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139612220.370.7300.13269.0770.9355.49
Hex8B3DDE25490D10d4737
Octal213753364511101541510767
Binary10001011111101110111101001011001001011011000011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3DDE; }

 p { color: rgb(139,61,222); }

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

<style>
 a { background-color: #8B3DDE; }

 a { background-color: rgb(139,61,222); }

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

<style>
 span { border-color: #8B3DDE; }

 span { border-color: rgb(139,61,222); }

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