Html Css Color HEX #8B07CD Dark Violet

📋 copy color: '#8B07CD'

red 139 ◦ green 7 ◦ blue 205

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

Shades of Dark Violet #8B07CD

Tints of Dark Violet #8B07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 39.6%
G = 1.99%
B = 58.4%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B07CD (or 0x8B07CD) is known color: Dark Violet. HEX triplet: 8B, 07 and CD. RGB value is (139,7,205). Sum of RGB (Red+Green+Blue) = 139+7+205=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B07CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B07CD is #74F832. Grayscale: #444444. Windows color (decimal): -7665715 or 13436811. OLE color: 13436811.

HSL color Cylindrical-coordinate representation of color #8B07CD: hue angle of 280º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B07CD is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 7 205 -
CMYK 0.32 0.97 0 0.20
HSL 280º 0.93% 0.42% -
HSV(B) 280º 0.97% 0.8% -
XYZ 21.74 10.05 58.55 -
YUV 69.04 204.73 177.9 -
System Red Green Blue C M Y K H S L
Decimal 139 7 205 0.32 0.97 0 0.20 280 0.93 0.42
Hex 8B 7 CD 20 61 0 14 118 5D 2A
Octal 213 7 315 40 141 0 24 430 135 52
Binary 10001011 111 11001101 100000 1100001 0 10100 100011000 1011101 101010

Color Harmonies of #8B07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B07CD

Black with #8B07CD

Text Example


Text Example

White with #8B07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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