Html Css Color HEX #9828EA Blue Violet

📋 copy color: '#9828EA'

red 152 ◦ green 40 ◦ blue 234

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

Shades of Blue Violet #9828EA

Tints of Blue Violet #9828EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.39%

 BLUE value IS 234 (91.8% from 255) = 54.93%

R = 35.68%
G = 9.39%
B = 54.93%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9828EA (or 0x9828EA) is known color: Blue Violet. HEX triplet: 98, 28 and EA. RGB value is (152,40,234). Sum of RGB (Red+Green+Blue) = 152+40+234=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #9828EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9828EA is #67D715. Grayscale: #5E5E5E. Windows color (decimal): -6805270 or 15345816. OLE color: 15345816.

HSL color Cylindrical-coordinate representation of color #9828EA: hue angle of 274.64º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9828EA is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 40 234 -
CMYK 0.35 0.83 0 0.08
HSL 274.64º 0.82% 0.54% -
HSV(B) 274.64º 0.83% 0.92% -
XYZ 28.56 14.13 79.06 -
YUV 95.6 206.11 168.23 -
System Red Green Blue C M Y K H S L
Decimal 152 40 234 0.35 0.83 0 0.08 274.64 0.82 0.54
Hex 98 28 EA 23 53 0 8 113 52 36
Octal 230 50 352 43 123 0 10 423 122 66
Binary 10011000 101000 11101010 100011 1010011 0 1000 100010011 1010010 110110

Color Harmonies of #9828EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9828EA

Black with #9828EA

Text Example


Text Example

White with #9828EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9828EA; }

 p { color: rgb(152,40,234); }

 H1.HeaderClassName
 {
   color: #9828EA;
 }
 .AnyTagClassName
 {
   color: #9828EA;
 }
</style>

background-color css

<style>
 a { background-color: #9828EA; }

 a { background-color: rgb(152,40,234); }

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

border-color css

<style>
 span { border-color: #9828EA; }

 span { border-color: rgb(152,40,234); }

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