Html Css Color HEX #9907DA Dark Violet

📋 copy color: '#9907DA'

red 153 ◦ green 7 ◦ blue 218

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

Shades of Dark Violet #9907DA

Tints of Dark Violet #9907DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 40.48%
G = 1.85%
B = 57.67%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9907DA (or 0x9907DA) is known color: Dark Violet. HEX triplet: 99, 07 and DA. RGB value is (153,7,218). Sum of RGB (Red+Green+Blue) = 153+7+218=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #9907DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907DA is #66F825. Grayscale: #4A4A4A. Windows color (decimal): -6748198 or 14288793. OLE color: 14288793.

HSL color Cylindrical-coordinate representation of color #9907DA: hue angle of 281.52º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907DA is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 7 218 -
CMYK 0.30 0.97 0 0.15
HSL 281.52º 0.94% 0.44% -
HSV(B) 281.52º 0.97% 0.85% -
XYZ 25.87 11.99 67.28 -
YUV 74.71 208.87 183.84 -
System Red Green Blue C M Y K H S L
Decimal 153 7 218 0.30 0.97 0 0.15 281.52 0.94 0.44
Hex 99 7 DA 1E 61 0 F 11A 5E 2C
Octal 231 7 332 36 141 0 17 432 136 54
Binary 10011001 111 11011010 11110 1100001 0 1111 100011010 1011110 101100

Color Harmonies of #9907DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9907DA

Black with #9907DA

Text Example


Text Example

White with #9907DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9907DA; }

 p { color: rgb(153,7,218); }

 H1.HeaderClassName
 {
   color: #9907DA;
 }
 .AnyTagClassName
 {
   color: #9907DA;
 }
</style>

background-color css

<style>
 a { background-color: #9907DA; }

 a { background-color: rgb(153,7,218); }

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

border-color css

<style>
 span { border-color: #9907DA; }

 span { border-color: rgb(153,7,218); }

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