Html Css Color HEX #9829ED Blue Violet

📋 copy color: '#9829ED'

red 152 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #9829ED

Tints of Blue Violet #9829ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 35.35%
G = 9.53%
B = 55.12%

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

#9829ED (or 0x9829ED) is known color: Blue Violet. HEX triplet: 98, 29 and ED. RGB value is (152,41,237). Sum of RGB (Red+Green+Blue) = 152+41+237=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #9829ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9829ED is #67D612. Grayscale: #5F5F5F. Windows color (decimal): -6805011 or 15542680. OLE color: 15542680.

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

Color convert

RGB 152 41 237 -
CMYK 0.36 0.83 0 0.07
HSL 273.98º 0.84% 0.55% -
HSV(B) 273.98º 0.83% 0.93% -
XYZ 29.03 14.38 81.37 -
YUV 96.53 207.27 167.56 -
System Red Green Blue C M Y K H S L
Decimal 152 41 237 0.36 0.83 0 0.07 273.98 0.84 0.55
Hex 98 29 ED 24 53 0 7 112 54 37
Octal 230 51 355 44 123 0 7 422 124 67
Binary 10011000 101001 11101101 100100 1010011 0 111 100010010 1010100 110111

Color Harmonies of #9829ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9829ED

Black with #9829ED

Text Example


Text Example

White with #9829ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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