Html Css Color HEX #883ADE Blue Violet

📋 copy color: '#883ADE'

red 136 ◦ green 58 ◦ blue 222

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

Shades of Blue Violet #883ADE

Tints of Blue Violet #883ADE

RGB

 RED value IS 136 (53.52% from 255) = 32.69%

 GREEN value IS 58 (23.05% from 255) = 13.94%

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

R = 32.69%
G = 13.94%
B = 53.37%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#883ADE (or 0x883ADE) is known color: Blue Violet. HEX triplet: 88, 3A and DE. RGB value is (136,58,222). Sum of RGB (Red+Green+Blue) = 136+58+222=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #883ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ADE is #77C521. Grayscale: #636363. Windows color (decimal): -7849250 or 14563976. OLE color: 14563976.

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

Color convert

RGB 136 58 222 -
CMYK 0.39 0.74 0 0.13
HSL 268.54º 0.71% 0.55% -
HSV(B) 268.54º 0.74% 0.87% -
XYZ 24.85 13.53 70.41 -
YUV 100.02 196.84 153.66 -
System Red Green Blue C M Y K H S L
Decimal 136 58 222 0.39 0.74 0 0.13 268.54 0.71 0.55
Hex 88 3A DE 27 4A 0 D 10D 47 37
Octal 210 72 336 47 112 0 15 415 107 67
Binary 10001000 111010 11011110 100111 1001010 0 1101 100001101 1000111 110111

Color Harmonies of #883ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883ADE

Black with #883ADE

Text Example


Text Example

White with #883ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,58,222); }

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

background-color css

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

 a { background-color: rgb(136,58,222); }

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

border-color css

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

 span { border-color: rgb(136,58,222); }

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