Html Css Color HEX #8502DB Dark Violet

📋 copy color: '#8502DB'

red 133 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #8502DB

Tints of Dark Violet #8502DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 37.57%
G = 0.56%
B = 61.86%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8502DB (or 0x8502DB) is known color: Dark Violet. HEX triplet: 85, 02 and DB. RGB value is (133,2,219). Sum of RGB (Red+Green+Blue) = 133+2+219=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #8502DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502DB is #7AFD24. Grayscale: #414141. Windows color (decimal): -8060197 or 14353029. OLE color: 14353029.

HSL color Cylindrical-coordinate representation of color #8502DB: hue angle of 276.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502DB is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 2 219 -
CMYK 0.39 0.99 0 0.14
HSL 276.22º 0.98% 0.43% -
HSV(B) 276.22º 0.99% 0.86% -
XYZ 22.48 10.14 67.79 -
YUV 65.91 214.4 175.86 -
System Red Green Blue C M Y K H S L
Decimal 133 2 219 0.39 0.99 0 0.14 276.22 0.98 0.43
Hex 85 2 DB 27 63 0 E 114 62 2B
Octal 205 2 333 47 143 0 16 424 142 53
Binary 10000101 10 11011011 100111 1100011 0 1110 100010100 1100010 101011

Color Harmonies of #8502DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8502DB

Black with #8502DB

Text Example


Text Example

White with #8502DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8502DB; }

 p { color: rgb(133,2,219); }

 H1.HeaderClassName
 {
   color: #8502DB;
 }
 .AnyTagClassName
 {
   color: #8502DB;
 }
</style>

background-color css

<style>
 a { background-color: #8502DB; }

 a { background-color: rgb(133,2,219); }

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

border-color css

<style>
 span { border-color: #8502DB; }

 span { border-color: rgb(133,2,219); }

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