Html Css Color HEX #9F28AC Dark Orchid

📋 copy color: '#9F28AC'

red 159 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #9F28AC

Tints of Dark Orchid #9F28AC

RGB

 RED value IS 159 (62.5% from 255) = 42.86%

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

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

R = 42.86%
G = 10.78%
B = 46.36%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F28AC (or 0x9F28AC) is known color: Dark Orchid. HEX triplet: 9F, 28 and AC. RGB value is (159,40,172). Sum of RGB (Red+Green+Blue) = 159+40+172=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F28AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F28AC is #60D753. Grayscale: #5A5A5A. Windows color (decimal): -6346580 or 11282591. OLE color: 11282591.

HSL color Cylindrical-coordinate representation of color #9F28AC: hue angle of 294.09º 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 #9F28AC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 40 172 -
CMYK 0.08 0.77 0 0.33
HSL 294.09º 0.62% 0.42% -
HSV(B) 294.09º 0.77% 0.67% -
XYZ 22.5 11.87 40.13 -
YUV 90.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 159 40 172 0.08 0.77 0 0.33 294.09 0.62 0.42
Hex 9F 28 AC 8 4D 0 21 126 3E 2A
Octal 237 50 254 10 115 0 41 446 76 52
Binary 10011111 101000 10101100 1000 1001101 0 100001 100100110 111110 101010

Color Harmonies of #9F28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F28AC

Black with #9F28AC

Text Example


Text Example

White with #9F28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F28AC; }

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

 H1.HeaderClassName
 {
   color: #9F28AC;
 }
 .AnyTagClassName
 {
   color: #9F28AC;
 }
</style>

background-color css

<style>
 a { background-color: #9F28AC; }

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

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

border-color css

<style>
 span { border-color: #9F28AC; }

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

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