Html Css Color HEX #9829EC Blue Violet

📋 copy color: '#9829EC'

red 152 ◦ green 41 ◦ blue 236

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

Shades of Blue Violet #9829EC

Tints of Blue Violet #9829EC

RGB

 RED value IS 152 (59.77% from 255) = 35.43%

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 35.43%
G = 9.56%
B = 55.01%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9829EC (or 0x9829EC) is known color: Blue Violet. HEX triplet: 98, 29 and EC. RGB value is (152,41,236). Sum of RGB (Red+Green+Blue) = 152+41+236=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #9829EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9829EC is #67D613. Grayscale: #5F5F5F. Windows color (decimal): -6805012 or 15477144. OLE color: 15477144.

HSL color Cylindrical-coordinate representation of color #9829EC: hue angle of 274.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9829EC is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 41 236 -
CMYK 0.36 0.83 0 0.07
HSL 274.15º 0.84% 0.54% -
HSV(B) 274.15º 0.83% 0.93% -
XYZ 28.88 14.32 80.6 -
YUV 96.42 206.77 167.64 -
System Red Green Blue C M Y K H S L
Decimal 152 41 236 0.36 0.83 0 0.07 274.15 0.84 0.54
Hex 98 29 EC 24 53 0 7 112 54 36
Octal 230 51 354 44 123 0 7 422 124 66
Binary 10011000 101001 11101100 100100 1010011 0 111 100010010 1010100 110110

Color Harmonies of #9829EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9829EC

Black with #9829EC

Text Example


Text Example

White with #9829EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9829EC; }

 p { color: rgb(152,41,236); }

 H1.HeaderClassName
 {
   color: #9829EC;
 }
 .AnyTagClassName
 {
   color: #9829EC;
 }
</style>

background-color css

<style>
 a { background-color: #9829EC; }

 a { background-color: rgb(152,41,236); }

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

border-color css

<style>
 span { border-color: #9829EC; }

 span { border-color: rgb(152,41,236); }

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