Html Css Color HEX #9928DB Dark Orchid

📋 copy color: '#9928DB'

red 153 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #9928DB

Tints of Dark Orchid #9928DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.71%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 37.14%
G = 9.71%
B = 53.16%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9928DB (or 0x9928DB) is known color: Dark Orchid. HEX triplet: 99, 28 and DB. RGB value is (153,40,219). Sum of RGB (Red+Green+Blue) = 153+40+219=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #9928DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928DB is #66D724. Grayscale: #5D5D5D. Windows color (decimal): -6739749 or 14362777. OLE color: 14362777.

HSL color Cylindrical-coordinate representation of color #9928DB: hue angle of 277.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9928DB is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 40 219 -
CMYK 0.30 0.82 0 0.14
HSL 277.88º 0.71% 0.51% -
HSV(B) 277.88º 0.82% 0.86% -
XYZ 26.68 13.4 68.2 -
YUV 94.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 153 40 219 0.30 0.82 0 0.14 277.88 0.71 0.51
Hex 99 28 DB 1E 52 0 E 116 47 33
Octal 231 50 333 36 122 0 16 426 107 63
Binary 10011001 101000 11011011 11110 1010010 0 1110 100010110 1000111 110011

Color Harmonies of #9928DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9928DB

Black with #9928DB

Text Example


Text Example

White with #9928DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9928DB; }

 p { color: rgb(153,40,219); }

 H1.HeaderClassName
 {
   color: #9928DB;
 }
 .AnyTagClassName
 {
   color: #9928DB;
 }
</style>

background-color css

<style>
 a { background-color: #9928DB; }

 a { background-color: rgb(153,40,219); }

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

border-color css

<style>
 span { border-color: #9928DB; }

 span { border-color: rgb(153,40,219); }

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