Html Css Color HEX #990CF8 Dark Violet

📋 copy color: '#990CF8'

red 153 ◦ green 12 ◦ blue 248

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

Shades of Dark Violet #990CF8

Tints of Dark Violet #990CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

 BLUE value IS 248 (97.27% from 255) = 60.05%

R = 37.05%
G = 2.91%
B = 60.05%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#990CF8 (or 0x990CF8) is known color: Dark Violet. HEX triplet: 99, 0C and F8. RGB value is (153,12,248). Sum of RGB (Red+Green+Blue) = 153+12+248=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #990CF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #990CF8 is #66F307. Grayscale: #505050. Windows color (decimal): -6746888 or 16256153. OLE color: 16256153.

HSL color Cylindrical-coordinate representation of color #990CF8: hue angle of 275.85º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990CF8 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 12 248 -
CMYK 0.38 0.95 0 0.03
HSL 275.85º 0.94% 0.51% -
HSV(B) 275.85º 0.95% 0.97% -
XYZ 30.21 13.81 89.88 -
YUV 81.06 222.21 179.31 -
System Red Green Blue C M Y K H S L
Decimal 153 12 248 0.38 0.95 0 0.03 275.85 0.94 0.51
Hex 99 C F8 26 5F 0 3 114 5E 33
Octal 231 14 370 46 137 0 3 424 136 63
Binary 10011001 1100 11111000 100110 1011111 0 11 100010100 1011110 110011

Color Harmonies of #990CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990CF8

Black with #990CF8

Text Example


Text Example

White with #990CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,12,248); }

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

background-color css

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

 a { background-color: rgb(153,12,248); }

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

border-color css

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

 span { border-color: rgb(153,12,248); }

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