Html Css Color HEX #8D01BE Dark Violet

📋 copy color: '#8D01BE'

red 141 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #8D01BE

Tints of Dark Violet #8D01BE

RGB

 RED value IS 141 (55.47% from 255) = 42.47%

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 42.47%
G = 0.3%
B = 57.23%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D01BE (or 0x8D01BE) is known color: Dark Violet. HEX triplet: 8D, 01 and BE. RGB value is (141,1,190). Sum of RGB (Red+Green+Blue) = 141+1+190=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D01BE is #72FE41. Grayscale: #3F3F3F. Windows color (decimal): -7536194 or 12452237. OLE color: 12452237.

HSL color Cylindrical-coordinate representation of color #8D01BE: hue angle of 284.44º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D01BE is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 1 190 -
CMYK 0.26 0.99 0 0.25
HSL 284.44º 0.99% 0.37% -
HSV(B) 284.44º 0.99% 0.75% -
XYZ 20.29 9.4 49.46 -
YUV 64.41 198.88 182.63 -
System Red Green Blue C M Y K H S L
Decimal 141 1 190 0.26 0.99 0 0.25 284.44 0.99 0.37
Hex 8D 1 BE 1A 63 0 19 11C 63 25
Octal 215 1 276 32 143 0 31 434 143 45
Binary 10001101 1 10111110 11010 1100011 0 11001 100011100 1100011 100101

Color Harmonies of #8D01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D01BE

Black with #8D01BE

Text Example


Text Example

White with #8D01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,190); }

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

background-color css

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

 a { background-color: rgb(141,1,190); }

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

border-color css

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

 span { border-color: rgb(141,1,190); }

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