Html Css Color HEX #8B07BB Dark Violet

📋 copy color: '#8B07BB'

red 139 ◦ green 7 ◦ blue 187

#8B07BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8B07BB

Tints of Dark Violet #8B07BB

RGB

 RED value IS 139 (54.69% from 255) = 41.74%

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 41.74%
G = 2.1%
B = 56.16%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B07BB (or 0x8B07BB) is known color: Dark Violet. HEX triplet: 8B, 07 and BB. RGB value is (139,7,187). Sum of RGB (Red+Green+Blue) = 139+7+187=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B07BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B07BB is #74F844. Grayscale: #424242. Windows color (decimal): -7665733 or 12257163. OLE color: 12257163.

HSL color Cylindrical-coordinate representation of color #8B07BB: hue angle of 284º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B07BB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 7 187 -
CMYK 0.26 0.96 0 0.27
HSL 284º 0.93% 0.38% -
HSV(B) 284º 0.96% 0.73% -
XYZ 19.69 9.23 47.76 -
YUV 66.99 195.73 179.36 -
System Red Green Blue C M Y K H S L
Decimal 139 7 187 0.26 0.96 0 0.27 284 0.93 0.38
Hex 8B 7 BB 1A 60 0 1B 11C 5D 26
Octal 213 7 273 32 140 0 33 434 135 46
Binary 10001011 111 10111011 11010 1100000 0 11011 100011100 1011101 100110

Color Harmonies of #8B07BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B07BB

Black with #8B07BB

Text Example


Text Example

White with #8B07BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B07BB;
 }
 .AnyTagClassName
 {
   color: #8B07BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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