Html Css Color HEX #8501DA Dark Violet

📋 copy color: '#8501DA'

red 133 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #8501DA

Tints of Dark Violet #8501DA

RGB

 RED value IS 133 (52.34% from 255) = 37.78%

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

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 37.78%
G = 0.28%
B = 61.93%

CMYK

 C value IS 0.39

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8501DA (or 0x8501DA) is known color: Dark Violet. HEX triplet: 85, 01 and DA. RGB value is (133,1,218). Sum of RGB (Red+Green+Blue) = 133+1+218=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #8501DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8501DA is #7AFE25. Grayscale: #404040. Windows color (decimal): -8060454 or 14287237. OLE color: 14287237.

HSL color Cylindrical-coordinate representation of color #8501DA: hue angle of 276.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501DA is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 1 218 -
CMYK 0.39 1.00 0 0.15
HSL 276.5º 0.99% 0.43% -
HSV(B) 276.5º 1% 0.85% -
XYZ 22.34 10.07 67.1 -
YUV 65.21 214.23 176.36 -
System Red Green Blue C M Y K H S L
Decimal 133 1 218 0.39 1.00 0 0.15 276.5 0.99 0.43
Hex 85 1 DA 27 64 0 F 114 63 2B
Octal 205 1 332 47 144 0 17 424 143 53
Binary 10000101 1 11011010 100111 1100100 0 1111 100010100 1100011 101011

Color Harmonies of #8501DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8501DA

Black with #8501DA

Text Example


Text Example

White with #8501DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8501DA; }

 p { color: rgb(133,1,218); }

 H1.HeaderClassName
 {
   color: #8501DA;
 }
 .AnyTagClassName
 {
   color: #8501DA;
 }
</style>

background-color css

<style>
 a { background-color: #8501DA; }

 a { background-color: rgb(133,1,218); }

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

border-color css

<style>
 span { border-color: #8501DA; }

 span { border-color: rgb(133,1,218); }

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