Html Css Color HEX #8F25BE Dark Orchid

📋 copy color: '#8F25BE'

red 143 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #8F25BE

Tints of Dark Orchid #8F25BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10%

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

R = 38.65%
G = 10%
B = 51.35%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F25BE (or 0x8F25BE) is known color: Dark Orchid. HEX triplet: 8F, 25 and BE. RGB value is (143,37,190). Sum of RGB (Red+Green+Blue) = 143+37+190=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F25BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25BE is #70DA41. Grayscale: #555555. Windows color (decimal): -7395906 or 12461455. OLE color: 12461455.

HSL color Cylindrical-coordinate representation of color #8F25BE: hue angle of 281.57º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F25BE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 37 190 -
CMYK 0.25 0.81 0 0.25
HSL 281.57º 0.67% 0.45% -
HSV(B) 281.57º 0.81% 0.75% -
XYZ 21.28 10.88 49.69 -
YUV 86.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 143 37 190 0.25 0.81 0 0.25 281.57 0.67 0.45
Hex 8F 25 BE 19 51 0 19 11A 43 2D
Octal 217 45 276 31 121 0 31 432 103 55
Binary 10001111 100101 10111110 11001 1010001 0 11001 100011010 1000011 101101

Color Harmonies of #8F25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F25BE

Black with #8F25BE

Text Example


Text Example

White with #8F25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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