Html Css Color HEX #9F28BF Dark Orchid

📋 copy color: '#9F28BF'

red 159 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #9F28BF

Tints of Dark Orchid #9F28BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.97%

R = 40.77%
G = 10.26%
B = 48.97%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F28BF (or 0x9F28BF) is known color: Dark Orchid. HEX triplet: 9F, 28 and BF. RGB value is (159,40,191). Sum of RGB (Red+Green+Blue) = 159+40+191=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F28BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F28BF is #60D740. Grayscale: #5C5C5C. Windows color (decimal): -6346561 or 12527775. OLE color: 12527775.

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

Color convert

RGB 159 40 191 -
CMYK 0.17 0.79 0 0.25
HSL 287.28º 0.65% 0.45% -
HSV(B) 287.28º 0.79% 0.75% -
XYZ 24.46 12.65 50.44 -
YUV 92.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 159 40 191 0.17 0.79 0 0.25 287.28 0.65 0.45
Hex 9F 28 BF 11 4F 0 19 11F 41 2D
Octal 237 50 277 21 117 0 31 437 101 55
Binary 10011111 101000 10111111 10001 1001111 0 11001 100011111 1000001 101101

Color Harmonies of #9F28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F28BF

Black with #9F28BF

Text Example


Text Example

White with #9F28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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