Html Css Color HEX #883BDD Blue Violet

📋 copy color: '#883BDD'

red 136 ◦ green 59 ◦ blue 221

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

Shades of Blue Violet #883BDD

Tints of Blue Violet #883BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 32.69%
G = 14.18%
B = 53.13%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#883BDD (or 0x883BDD) is known color: Blue Violet. HEX triplet: 88, 3B and DD. RGB value is (136,59,221). Sum of RGB (Red+Green+Blue) = 136+59+221=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #883BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BDD is #77C422. Grayscale: #636363. Windows color (decimal): -7848995 or 14498696. OLE color: 14498696.

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

Color convert

RGB 136 59 221 -
CMYK 0.38 0.73 0 0.13
HSL 268.52º 0.7% 0.55% -
HSV(B) 268.52º 0.73% 0.87% -
XYZ 24.77 13.58 69.72 -
YUV 100.49 196.01 153.33 -
System Red Green Blue C M Y K H S L
Decimal 136 59 221 0.38 0.73 0 0.13 268.52 0.7 0.55
Hex 88 3B DD 26 49 0 D 10D 46 37
Octal 210 73 335 46 111 0 15 415 106 67
Binary 10001000 111011 11011101 100110 1001001 0 1101 100001101 1000110 110111

Color Harmonies of #883BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BDD

Black with #883BDD

Text Example


Text Example

White with #883BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,59,221); }

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

background-color css

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

 a { background-color: rgb(136,59,221); }

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

border-color css

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

 span { border-color: rgb(136,59,221); }

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