Html Css Color HEX #8629DD Blue Violet

📋 copy color: '#8629DD'

red 134 ◦ green 41 ◦ blue 221

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

Shades of Blue Violet #8629DD

Tints of Blue Violet #8629DD

RGB

 RED value IS 134 (52.73% from 255) = 33.84%

 GREEN value IS 41 (16.41% from 255) = 10.35%

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

R = 33.84%
G = 10.35%
B = 55.81%

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

#8629DD (or 0x8629DD) is known color: Blue Violet. HEX triplet: 86, 29 and DD. RGB value is (134,41,221). Sum of RGB (Red+Green+Blue) = 134+41+221=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #8629DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8629DD is #79D622. Grayscale: #585858. Windows color (decimal): -7984675 or 14494086. OLE color: 14494086.

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

Color convert

RGB 134 41 221 -
CMYK 0.39 0.81 0 0.13
HSL 271º 0.73% 0.51% -
HSV(B) 271º 0.81% 0.87% -
XYZ 23.68 11.87 69.45 -
YUV 89.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 134 41 221 0.39 0.81 0 0.13 271 0.73 0.51
Hex 86 29 DD 27 51 0 D 10F 49 33
Octal 206 51 335 47 121 0 15 417 111 63
Binary 10000110 101001 11011101 100111 1010001 0 1101 100001111 1001001 110011

Color Harmonies of #8629DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8629DD

Black with #8629DD

Text Example


Text Example

White with #8629DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,41,221); }

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

background-color css

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

 a { background-color: rgb(134,41,221); }

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

border-color css

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

 span { border-color: rgb(134,41,221); }

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