Html Css Color HEX #8B06CF Dark Violet

📋 copy color: '#8B06CF'

red 139 ◦ green 6 ◦ blue 207

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

Shades of Dark Violet #8B06CF

Tints of Dark Violet #8B06CF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 207 (81.25% from 255) = 58.81%

R = 39.49%
G = 1.7%
B = 58.81%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B06CF (or 0x8B06CF) is known color: Dark Violet. HEX triplet: 8B, 06 and CF. RGB value is (139,6,207). Sum of RGB (Red+Green+Blue) = 139+6+207=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B06CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B06CF is #74F930. Grayscale: #444444. Windows color (decimal): -7665969 or 13567627. OLE color: 13567627.

HSL color Cylindrical-coordinate representation of color #8B06CF: hue angle of 279.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B06CF is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 6 207 -
CMYK 0.33 0.97 0 0.19
HSL 279.7º 0.94% 0.42% -
HSV(B) 279.7º 0.97% 0.81% -
XYZ 21.98 10.12 59.83 -
YUV 68.68 206.06 178.16 -
System Red Green Blue C M Y K H S L
Decimal 139 6 207 0.33 0.97 0 0.19 279.7 0.94 0.42
Hex 8B 6 CF 21 61 0 13 118 5E 2A
Octal 213 6 317 41 141 0 23 430 136 52
Binary 10001011 110 11001111 100001 1100001 0 10011 100011000 1011110 101010

Color Harmonies of #8B06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B06CF

Black with #8B06CF

Text Example


Text Example

White with #8B06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,207); }

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

background-color css

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

 a { background-color: rgb(139,6,207); }

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

border-color css

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

 span { border-color: rgb(139,6,207); }

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