Html Css Color HEX #9825DC Blue Violet

📋 copy color: '#9825DC'

red 152 ◦ green 37 ◦ blue 220

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

Shades of Blue Violet #9825DC

Tints of Blue Violet #9825DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.05%

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 37.16%
G = 9.05%
B = 53.79%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9825DC (or 0x9825DC) is known color: Blue Violet. HEX triplet: 98, 25 and DC. RGB value is (152,37,220). Sum of RGB (Red+Green+Blue) = 152+37+220=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #9825DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9825DC is #67DA23. Grayscale: #5B5B5B. Windows color (decimal): -6806052 or 14427544. OLE color: 14427544.

HSL color Cylindrical-coordinate representation of color #9825DC: hue angle of 277.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9825DC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 37 220 -
CMYK 0.31 0.83 0 0.14
HSL 277.7º 0.72% 0.5% -
HSV(B) 277.7º 0.83% 0.86% -
XYZ 26.53 13.17 68.85 -
YUV 92.25 200.1 170.62 -
System Red Green Blue C M Y K H S L
Decimal 152 37 220 0.31 0.83 0 0.14 277.7 0.72 0.5
Hex 98 25 DC 1F 53 0 E 116 48 32
Octal 230 45 334 37 123 0 16 426 110 62
Binary 10011000 100101 11011100 11111 1010011 0 1110 100010110 1001000 110010

Color Harmonies of #9825DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9825DC

Black with #9825DC

Text Example


Text Example

White with #9825DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9825DC; }

 p { color: rgb(152,37,220); }

 H1.HeaderClassName
 {
   color: #9825DC;
 }
 .AnyTagClassName
 {
   color: #9825DC;
 }
</style>

background-color css

<style>
 a { background-color: #9825DC; }

 a { background-color: rgb(152,37,220); }

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

border-color css

<style>
 span { border-color: #9825DC; }

 span { border-color: rgb(152,37,220); }

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