#8B07C4

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

Shades of Dark Violet #8B07C4

Tints of Dark Violet #8B07C4

Color information

#8B07C4 (or 0x8B07C4) is unknown color: approx Dark Violet. HEX triplet: 8B, 07 and C4. RGB value is (139,7,196). Sum of RGB (Red+Green+Blue) = 139+7+196=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B07C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B07C4 is #74F83B. Grayscale: #434343. Windows color (decimal): -7665724 or 12846987. OLE color: 12846987.

HSL color Cylindrical-coordinate representation of color #8B07C4: hue angle of 281.9º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B07C4 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1397196-
CMYK0.290.9600.23
HSL281.9º93.1%39.8%-
HSV(B)281.9º96.43%76.86%-
XYZ20.699.6352.99-
YUV68.01200.23178.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 7 (3.12% from 255) = 2.05%
BLUE value IS 196 (76.95% from 255) = 57.31%
R=40.64%
G=2.05%
B=57.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13971960.290.9600.23281.993.139.8
Hex8B7C41D6001711a5d28
Octal21373043514002743213550
Binary10001011111110001001110111000000101111000110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B07C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,7,196); }

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

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

 a { background-color: rgb(139,7,196); }

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

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

 span { border-color: rgb(139,7,196); }

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