Html Css Color HEX #9928AC Dark Orchid

📋 copy color: '#9928AC'

red 153 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #9928AC

Tints of Dark Orchid #9928AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 41.92%
G = 10.96%
B = 47.12%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9928AC (or 0x9928AC) is known color: Dark Orchid. HEX triplet: 99, 28 and AC. RGB value is (153,40,172). Sum of RGB (Red+Green+Blue) = 153+40+172=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #9928AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9928AC is #66D753. Grayscale: #585858. Windows color (decimal): -6739796 or 11282585. OLE color: 11282585.

HSL color Cylindrical-coordinate representation of color #9928AC: hue angle of 291.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9928AC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 40 172 -
CMYK 0.11 0.77 0 0.33
HSL 291.36º 0.62% 0.42% -
HSV(B) 291.36º 0.77% 0.67% -
XYZ 21.34 11.27 40.08 -
YUV 88.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 153 40 172 0.11 0.77 0 0.33 291.36 0.62 0.42
Hex 99 28 AC B 4D 0 21 123 3E 2A
Octal 231 50 254 13 115 0 41 443 76 52
Binary 10011001 101000 10101100 1011 1001101 0 100001 100100011 111110 101010

Color Harmonies of #9928AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9928AC

Black with #9928AC

Text Example


Text Example

White with #9928AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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