Html Css Color HEX #8542DB Blue Violet

📋 copy color: '#8542DB'

red 133 ◦ green 66 ◦ blue 219

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

Shades of Blue Violet #8542DB

Tints of Blue Violet #8542DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

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

R = 31.82%
G = 15.79%
B = 52.39%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8542DB (or 0x8542DB) is known color: Blue Violet. HEX triplet: 85, 42 and DB. RGB value is (133,66,219). Sum of RGB (Red+Green+Blue) = 133+66+219=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #8542DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8542DB is #7ABD24. Grayscale: #666666. Windows color (decimal): -8043813 or 14369413. OLE color: 14369413.

HSL color Cylindrical-coordinate representation of color #8542DB: hue angle of 266.27º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8542DB is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 66 219 -
CMYK 0.39 0.70 0 0.14
HSL 266.27º 0.68% 0.56% -
HSV(B) 266.27º 0.7% 0.86% -
XYZ 24.41 14 68.43 -
YUV 103.48 193.2 149.06 -
System Red Green Blue C M Y K H S L
Decimal 133 66 219 0.39 0.70 0 0.14 266.27 0.68 0.56
Hex 85 42 DB 27 46 0 E 10A 44 38
Octal 205 102 333 47 106 0 16 412 104 70
Binary 10000101 1000010 11011011 100111 1000110 0 1110 100001010 1000100 111000

Color Harmonies of #8542DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8542DB

Black with #8542DB

Text Example


Text Example

White with #8542DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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