Html Css Color HEX #872ADE Blue Violet

📋 copy color: '#872ADE'

red 135 ◦ green 42 ◦ blue 222

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

Shades of Blue Violet #872ADE

Tints of Blue Violet #872ADE

RGB

 RED value IS 135 (53.13% from 255) = 33.83%

 GREEN value IS 42 (16.8% from 255) = 10.53%

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 33.83%
G = 10.53%
B = 55.64%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#872ADE (or 0x872ADE) is known color: Blue Violet. HEX triplet: 87, 2A and DE. RGB value is (135,42,222). Sum of RGB (Red+Green+Blue) = 135+42+222=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #872ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #872ADE is #78D521. Grayscale: #595959. Windows color (decimal): -7918882 or 14559879. OLE color: 14559879.

HSL color Cylindrical-coordinate representation of color #872ADE: hue angle of 271º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #872ADE is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 42 222 -
CMYK 0.39 0.81 0 0.13
HSL 271º 0.73% 0.52% -
HSV(B) 271º 0.81% 0.87% -
XYZ 24 12.08 70.17 -
YUV 90.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 135 42 222 0.39 0.81 0 0.13 271 0.73 0.52
Hex 87 2A DE 27 51 0 D 10F 49 34
Octal 207 52 336 47 121 0 15 417 111 64
Binary 10000111 101010 11011110 100111 1010001 0 1101 100001111 1001001 110100

Color Harmonies of #872ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872ADE

Black with #872ADE

Text Example


Text Example

White with #872ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872ADE; }

 p { color: rgb(135,42,222); }

 H1.HeaderClassName
 {
   color: #872ADE;
 }
 .AnyTagClassName
 {
   color: #872ADE;
 }
</style>

background-color css

<style>
 a { background-color: #872ADE; }

 a { background-color: rgb(135,42,222); }

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

border-color css

<style>
 span { border-color: #872ADE; }

 span { border-color: rgb(135,42,222); }

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