Html Css Color HEX #990ACF Dark Violet

📋 copy color: '#990ACF'

red 153 ◦ green 10 ◦ blue 207

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

Shades of Dark Violet #990ACF

Tints of Dark Violet #990ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 207 (81.25% from 255) = 55.95%

R = 41.35%
G = 2.7%
B = 55.95%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#990ACF (or 0x990ACF) is known color: Dark Violet. HEX triplet: 99, 0A and CF. RGB value is (153,10,207). Sum of RGB (Red+Green+Blue) = 153+10+207=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #990ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990ACF is #66F530. Grayscale: #4A4A4A. Windows color (decimal): -6747441 or 13568665. OLE color: 13568665.

HSL color Cylindrical-coordinate representation of color #990ACF: hue angle of 283.55º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990ACF is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 10 207 -
CMYK 0.26 0.95 0 0.19
HSL 283.55º 0.91% 0.43% -
HSV(B) 283.55º 0.95% 0.81% -
XYZ 24.51 11.49 59.96 -
YUV 75.22 202.38 183.48 -
System Red Green Blue C M Y K H S L
Decimal 153 10 207 0.26 0.95 0 0.19 283.55 0.91 0.43
Hex 99 A CF 1A 5F 0 13 11C 5B 2B
Octal 231 12 317 32 137 0 23 434 133 53
Binary 10011001 1010 11001111 11010 1011111 0 10011 100011100 1011011 101011

Color Harmonies of #990ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990ACF

Black with #990ACF

Text Example


Text Example

White with #990ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990ACF; }

 p { color: rgb(153,10,207); }

 H1.HeaderClassName
 {
   color: #990ACF;
 }
 .AnyTagClassName
 {
   color: #990ACF;
 }
</style>

background-color css

<style>
 a { background-color: #990ACF; }

 a { background-color: rgb(153,10,207); }

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

border-color css

<style>
 span { border-color: #990ACF; }

 span { border-color: rgb(153,10,207); }

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