Html Css Color HEX #8B05F1 Dark Violet

📋 copy color: '#8B05F1'

red 139 ◦ green 5 ◦ blue 241

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

Shades of Dark Violet #8B05F1

Tints of Dark Violet #8B05F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 241 (94.53% from 255) = 62.6%

R = 36.1%
G = 1.3%
B = 62.6%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8B05F1 (or 0x8B05F1) is known color: Dark Violet. HEX triplet: 8B, 05 and F1. RGB value is (139,5,241). Sum of RGB (Red+Green+Blue) = 139+5+241=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B05F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B05F1 is #74FA0E. Grayscale: #474747. Windows color (decimal): -7666191 or 15795595. OLE color: 15795595.

HSL color Cylindrical-coordinate representation of color #8B05F1: hue angle of 274.07º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05F1 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 5 241 -
CMYK 0.42 0.98 0 0.05
HSL 274.07º 0.96% 0.48% -
HSV(B) 274.07º 0.98% 0.95% -
XYZ 26.58 11.95 84.12 -
YUV 71.97 223.39 175.81 -
System Red Green Blue C M Y K H S L
Decimal 139 5 241 0.42 0.98 0 0.05 274.07 0.96 0.48
Hex 8B 5 F1 2A 62 0 5 112 60 30
Octal 213 5 361 52 142 0 5 422 140 60
Binary 10001011 101 11110001 101010 1100010 0 101 100010010 1100000 110000

Color Harmonies of #8B05F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05F1

Black with #8B05F1

Text Example


Text Example

White with #8B05F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,241); }

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

background-color css

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

 a { background-color: rgb(139,5,241); }

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

border-color css

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

 span { border-color: rgb(139,5,241); }

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