Html Css Color HEX #9907BE Dark Violet

📋 copy color: '#9907BE'

red 153 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #9907BE

Tints of Dark Violet #9907BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 43.71%
G = 2%
B = 54.29%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9907BE (or 0x9907BE) is known color: Dark Violet. HEX triplet: 99, 07 and BE. RGB value is (153,7,190). Sum of RGB (Red+Green+Blue) = 153+7+190=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #9907BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907BE is #66F841. Grayscale: #464646. Windows color (decimal): -6748226 or 12453785. OLE color: 12453785.

HSL color Cylindrical-coordinate representation of color #9907BE: hue angle of 287.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9907BE is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 7 190 -
CMYK 0.19 0.96 0 0.25
HSL 287.87º 0.93% 0.39% -
HSV(B) 287.87º 0.96% 0.75% -
XYZ 22.51 10.64 49.58 -
YUV 71.52 194.87 186.12 -
System Red Green Blue C M Y K H S L
Decimal 153 7 190 0.19 0.96 0 0.25 287.87 0.93 0.39
Hex 99 7 BE 13 60 0 19 120 5D 27
Octal 231 7 276 23 140 0 31 440 135 47
Binary 10011001 111 10111110 10011 1100000 0 11001 100100000 1011101 100111

Color Harmonies of #9907BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9907BE

Black with #9907BE

Text Example


Text Example

White with #9907BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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