Html Css Color HEX #8F28BE Dark Orchid

📋 copy color: '#8F28BE'

red 143 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #8F28BE

Tints of Dark Orchid #8F28BE

RGB

 RED value IS 143 (56.25% from 255) = 38.34%

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 38.34%
G = 10.72%
B = 50.94%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F28BE (or 0x8F28BE) is known color: Dark Orchid. HEX triplet: 8F, 28 and BE. RGB value is (143,40,190). Sum of RGB (Red+Green+Blue) = 143+40+190=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F28BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F28BE is #70D741. Grayscale: #575757. Windows color (decimal): -7395138 or 12462223. OLE color: 12462223.

HSL color Cylindrical-coordinate representation of color #8F28BE: hue angle of 281.2º 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 #8F28BE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 40 190 -
CMYK 0.25 0.79 0 0.25
HSL 281.2º 0.65% 0.45% -
HSV(B) 281.2º 0.79% 0.75% -
XYZ 21.38 11.07 49.73 -
YUV 87.9 185.62 167.3 -
System Red Green Blue C M Y K H S L
Decimal 143 40 190 0.25 0.79 0 0.25 281.2 0.65 0.45
Hex 8F 28 BE 19 4F 0 19 119 41 2D
Octal 217 50 276 31 117 0 31 431 101 55
Binary 10001111 101000 10111110 11001 1001111 0 11001 100011001 1000001 101101

Color Harmonies of #8F28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F28BE

Black with #8F28BE

Text Example


Text Example

White with #8F28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F28BE; }

 p { color: rgb(143,40,190); }

 H1.HeaderClassName
 {
   color: #8F28BE;
 }
 .AnyTagClassName
 {
   color: #8F28BE;
 }
</style>

background-color css

<style>
 a { background-color: #8F28BE; }

 a { background-color: rgb(143,40,190); }

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

border-color css

<style>
 span { border-color: #8F28BE; }

 span { border-color: rgb(143,40,190); }

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