Html Css Color HEX #8836DD Blue Violet

📋 copy color: '#8836DD'

red 136 ◦ green 54 ◦ blue 221

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

Shades of Blue Violet #8836DD

Tints of Blue Violet #8836DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.14%

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

R = 33.09%
G = 13.14%
B = 53.77%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8836DD (or 0x8836DD) is known color: Blue Violet. HEX triplet: 88, 36 and DD. RGB value is (136,54,221). Sum of RGB (Red+Green+Blue) = 136+54+221=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #8836DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836DD is #77C922. Grayscale: #606060. Windows color (decimal): -7850275 or 14497416. OLE color: 14497416.

HSL color Cylindrical-coordinate representation of color #8836DD: hue angle of 269.46º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8836DD is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 54 221 -
CMYK 0.38 0.76 0 0.13
HSL 269.46º 0.71% 0.54% -
HSV(B) 269.46º 0.76% 0.87% -
XYZ 24.52 13.09 69.64 -
YUV 97.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 136 54 221 0.38 0.76 0 0.13 269.46 0.71 0.54
Hex 88 36 DD 26 4C 0 D 10D 47 36
Octal 210 66 335 46 114 0 15 415 107 66
Binary 10001000 110110 11011101 100110 1001100 0 1101 100001101 1000111 110110

Color Harmonies of #8836DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8836DD

Black with #8836DD

Text Example


Text Example

White with #8836DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8836DD; }

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

 H1.HeaderClassName
 {
   color: #8836DD;
 }
 .AnyTagClassName
 {
   color: #8836DD;
 }
</style>

background-color css

<style>
 a { background-color: #8836DD; }

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

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

border-color css

<style>
 span { border-color: #8836DD; }

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

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