Html Css Color HEX #9824E5 Blue Violet

📋 copy color: '#9824E5'

red 152 ◦ green 36 ◦ blue 229

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

Shades of Blue Violet #9824E5

Tints of Blue Violet #9824E5

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.63%

 BLUE value IS 229 (89.84% from 255) = 54.92%

R = 36.45%
G = 8.63%
B = 54.92%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9824E5 (or 0x9824E5) is known color: Blue Violet. HEX triplet: 98, 24 and E5. RGB value is (152,36,229). Sum of RGB (Red+Green+Blue) = 152+36+229=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 229 (89.84% from 255 or 54.92% from 417); Max value from RGB is 229 - color contains mainly: blue. Hex color #9824E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9824E5 is #67DB1A. Grayscale: #5C5C5C. Windows color (decimal): -6806299 or 15017112. OLE color: 15017112.

HSL color Cylindrical-coordinate representation of color #9824E5: hue angle of 276.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9824E5 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 36 229 -
CMYK 0.34 0.84 0 0.10
HSL 276.06º 0.79% 0.52% -
HSV(B) 276.06º 0.84% 0.9% -
XYZ 27.72 13.59 75.29 -
YUV 92.69 204.93 170.31 -
System Red Green Blue C M Y K H S L
Decimal 152 36 229 0.34 0.84 0 0.10 276.06 0.79 0.52
Hex 98 24 E5 22 54 0 A 114 4F 34
Octal 230 44 345 42 124 0 12 424 117 64
Binary 10011000 100100 11100101 100010 1010100 0 1010 100010100 1001111 110100

Color Harmonies of #9824E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9824E5

Black with #9824E5

Text Example


Text Example

White with #9824E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9824E5; }

 p { color: rgb(152,36,229); }

 H1.HeaderClassName
 {
   color: #9824E5;
 }
 .AnyTagClassName
 {
   color: #9824E5;
 }
</style>

background-color css

<style>
 a { background-color: #9824E5; }

 a { background-color: rgb(152,36,229); }

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

border-color css

<style>
 span { border-color: #9824E5; }

 span { border-color: rgb(152,36,229); }

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