Html Css Color HEX #8829CF Blue Violet

📋 copy color: '#8829CF'

red 136 ◦ green 41 ◦ blue 207

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

Shades of Blue Violet #8829CF

Tints of Blue Violet #8829CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 35.42%
G = 10.68%
B = 53.91%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8829CF (or 0x8829CF) is known color: Blue Violet. HEX triplet: 88, 29 and CF. RGB value is (136,41,207). Sum of RGB (Red+Green+Blue) = 136+41+207=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #8829CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829CF is #77D630. Grayscale: #575757. Windows color (decimal): -7853617 or 13576584. OLE color: 13576584.

HSL color Cylindrical-coordinate representation of color #8829CF: hue angle of 274.34º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8829CF is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 41 207 -
CMYK 0.34 0.80 0 0.19
HSL 274.34º 0.67% 0.49% -
HSV(B) 274.34º 0.8% 0.81% -
XYZ 22.21 11.33 60.05 -
YUV 88.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 136 41 207 0.34 0.80 0 0.19 274.34 0.67 0.49
Hex 88 29 CF 22 50 0 13 112 43 31
Octal 210 51 317 42 120 0 23 422 103 61
Binary 10001000 101001 11001111 100010 1010000 0 10011 100010010 1000011 110001

Color Harmonies of #8829CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8829CF

Black with #8829CF

Text Example


Text Example

White with #8829CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8829CF; }

 p { color: rgb(136,41,207); }

 H1.HeaderClassName
 {
   color: #8829CF;
 }
 .AnyTagClassName
 {
   color: #8829CF;
 }
</style>

background-color css

<style>
 a { background-color: #8829CF; }

 a { background-color: rgb(136,41,207); }

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

border-color css

<style>
 span { border-color: #8829CF; }

 span { border-color: rgb(136,41,207); }

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