Html Css Color HEX #990BE1 Dark Violet

📋 copy color: '#990BE1'

red 153 ◦ green 11 ◦ blue 225

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

Shades of Dark Violet #990BE1

Tints of Dark Violet #990BE1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.83%

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 39.33%
G = 2.83%
B = 57.84%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#990BE1 (or 0x990BE1) is known color: Dark Violet. HEX triplet: 99, 0B and E1. RGB value is (153,11,225). Sum of RGB (Red+Green+Blue) = 153+11+225=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #990BE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #990BE1 is #66F41E. Grayscale: #4D4D4D. Windows color (decimal): -6747167 or 14748569. OLE color: 14748569.

HSL color Cylindrical-coordinate representation of color #990BE1: hue angle of 279.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990BE1 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 11 225 -
CMYK 0.32 0.95 0 0.12
HSL 279.81º 0.91% 0.46% -
HSV(B) 279.81º 0.95% 0.88% -
XYZ 26.85 12.45 72.22 -
YUV 77.85 211.04 181.6 -
System Red Green Blue C M Y K H S L
Decimal 153 11 225 0.32 0.95 0 0.12 279.81 0.91 0.46
Hex 99 B E1 20 5F 0 C 118 5B 2E
Octal 231 13 341 40 137 0 14 430 133 56
Binary 10011001 1011 11100001 100000 1011111 0 1100 100011000 1011011 101110

Color Harmonies of #990BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990BE1

Black with #990BE1

Text Example


Text Example

White with #990BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,11,225); }

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

background-color css

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

 a { background-color: rgb(153,11,225); }

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

border-color css

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

 span { border-color: rgb(153,11,225); }

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