Html Css Color HEX #9908CD Dark Violet

📋 copy color: '#9908CD'

red 153 ◦ green 8 ◦ blue 205

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

Shades of Dark Violet #9908CD

Tints of Dark Violet #9908CD

RGB

 RED value IS 153 (60.16% from 255) = 41.8%

 GREEN value IS 8 (3.52% from 255) = 2.19%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 41.8%
G = 2.19%
B = 56.01%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9908CD (or 0x9908CD) is known color: Dark Violet. HEX triplet: 99, 08 and CD. RGB value is (153,8,205). Sum of RGB (Red+Green+Blue) = 153+8+205=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #9908CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908CD is #66F732. Grayscale: #494949. Windows color (decimal): -6747955 or 13437081. OLE color: 13437081.

HSL color Cylindrical-coordinate representation of color #9908CD: hue angle of 284.16º 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 #9908CD is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 8 205 -
CMYK 0.25 0.96 0 0.20
HSL 284.16º 0.92% 0.42% -
HSV(B) 284.16º 0.96% 0.8% -
XYZ 24.24 11.35 58.67 -
YUV 73.81 202.04 184.48 -
System Red Green Blue C M Y K H S L
Decimal 153 8 205 0.25 0.96 0 0.20 284.16 0.92 0.42
Hex 99 8 CD 19 60 0 14 11C 5C 2A
Octal 231 10 315 31 140 0 24 434 134 52
Binary 10011001 1000 11001101 11001 1100000 0 10100 100011100 1011100 101010

Color Harmonies of #9908CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9908CD

Black with #9908CD

Text Example


Text Example

White with #9908CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9908CD; }

 p { color: rgb(153,8,205); }

 H1.HeaderClassName
 {
   color: #9908CD;
 }
 .AnyTagClassName
 {
   color: #9908CD;
 }
</style>

background-color css

<style>
 a { background-color: #9908CD; }

 a { background-color: rgb(153,8,205); }

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

border-color css

<style>
 span { border-color: #9908CD; }

 span { border-color: rgb(153,8,205); }

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