Html Css Color HEX #9807DD Dark Violet

📋 copy color: '#9807DD'

red 152 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #9807DD

Tints of Dark Violet #9807DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 40%
G = 1.84%
B = 58.16%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9807DD (or 0x9807DD) is known color: Dark Violet. HEX triplet: 98, 07 and DD. RGB value is (152,7,221). Sum of RGB (Red+Green+Blue) = 152+7+221=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #9807DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9807DD is #67F822. Grayscale: #4A4A4A. Windows color (decimal): -6813731 or 14485400. OLE color: 14485400.

HSL color Cylindrical-coordinate representation of color #9807DD: hue angle of 280.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9807DD is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 7 221 -
CMYK 0.31 0.97 0 0.13
HSL 280.65º 0.94% 0.45% -
HSV(B) 280.65º 0.97% 0.87% -
XYZ 26.08 12.05 69.36 -
YUV 74.75 210.54 183.1 -
System Red Green Blue C M Y K H S L
Decimal 152 7 221 0.31 0.97 0 0.13 280.65 0.94 0.45
Hex 98 7 DD 1F 61 0 D 119 5E 2D
Octal 230 7 335 37 141 0 15 431 136 55
Binary 10011000 111 11011101 11111 1100001 0 1101 100011001 1011110 101101

Color Harmonies of #9807DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9807DD

Black with #9807DD

Text Example


Text Example

White with #9807DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9807DD; }

 p { color: rgb(152,7,221); }

 H1.HeaderClassName
 {
   color: #9807DD;
 }
 .AnyTagClassName
 {
   color: #9807DD;
 }
</style>

background-color css

<style>
 a { background-color: #9807DD; }

 a { background-color: rgb(152,7,221); }

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

border-color css

<style>
 span { border-color: #9807DD; }

 span { border-color: rgb(152,7,221); }

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