Html Css Color HEX #9809CC Dark Violet

📋 copy color: '#9809CC'

red 152 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #9809CC

Tints of Dark Violet #9809CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.47%

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 41.64%
G = 2.47%
B = 55.89%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9809CC (or 0x9809CC) is known color: Dark Violet. HEX triplet: 98, 09 and CC. RGB value is (152,9,204). Sum of RGB (Red+Green+Blue) = 152+9+204=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #9809CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809CC is #67F633. Grayscale: #494949. Windows color (decimal): -6813236 or 13371800. OLE color: 13371800.

HSL color Cylindrical-coordinate representation of color #9809CC: hue angle of 284º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9809CC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 9 204 -
CMYK 0.25 0.96 0 0.2
HSL 284º 0.92% 0.42% -
HSV(B) 284º 0.96% 0.8% -
XYZ 23.95 11.23 58.03 -
YUV 73.99 201.38 183.64 -
System Red Green Blue C M Y K H S L
Decimal 152 9 204 0.25 0.96 0 0.2 284 0.92 0.42
Hex 98 9 CC 19 60 0 14 11C 5C 2A
Octal 230 11 314 31 140 0 24 434 134 52
Binary 10011000 1001 11001100 11001 1100000 0 10100 100011100 1011100 101010

Color Harmonies of #9809CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9809CC

Black with #9809CC

Text Example


Text Example

White with #9809CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9809CC; }

 p { color: rgb(152,9,204); }

 H1.HeaderClassName
 {
   color: #9809CC;
 }
 .AnyTagClassName
 {
   color: #9809CC;
 }
</style>

background-color css

<style>
 a { background-color: #9809CC; }

 a { background-color: rgb(152,9,204); }

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

border-color css

<style>
 span { border-color: #9809CC; }

 span { border-color: rgb(152,9,204); }

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