Html Css Color HEX #9F28BC Dark Orchid

📋 copy color: '#9F28BC'

red 159 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #9F28BC

Tints of Dark Orchid #9F28BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 41.09%
G = 10.34%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F28BC (or 0x9F28BC) is known color: Dark Orchid. HEX triplet: 9F, 28 and BC. RGB value is (159,40,188). Sum of RGB (Red+Green+Blue) = 159+40+188=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F28BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F28BC is #60D743. Grayscale: #5B5B5B. Windows color (decimal): -6346564 or 12331167. OLE color: 12331167.

HSL color Cylindrical-coordinate representation of color #9F28BC: hue angle of 288.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F28BC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 40 188 -
CMYK 0.15 0.79 0 0.26
HSL 288.24º 0.65% 0.45% -
HSV(B) 288.24º 0.79% 0.74% -
XYZ 24.13 12.52 48.72 -
YUV 92.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 159 40 188 0.15 0.79 0 0.26 288.24 0.65 0.45
Hex 9F 28 BC F 4F 0 1A 120 41 2D
Octal 237 50 274 17 117 0 32 440 101 55
Binary 10011111 101000 10111100 1111 1001111 0 11010 100100000 1000001 101101

Color Harmonies of #9F28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F28BC

Black with #9F28BC

Text Example


Text Example

White with #9F28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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