Html Css Color HEX #8F25BC Dark Orchid

📋 copy color: '#8F25BC'

red 143 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #8F25BC

Tints of Dark Orchid #8F25BC

RGB

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

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

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

R = 38.86%
G = 10.05%
B = 51.09%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F25BC (or 0x8F25BC) is known color: Dark Orchid. HEX triplet: 8F, 25 and BC. RGB value is (143,37,188). Sum of RGB (Red+Green+Blue) = 143+37+188=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25BC is #70DA43. Grayscale: #555555. Windows color (decimal): -7395908 or 12330383. OLE color: 12330383.

HSL color Cylindrical-coordinate representation of color #8F25BC: hue angle of 282.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F25BC is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 37 188 -
CMYK 0.24 0.80 0 0.26
HSL 282.12º 0.67% 0.44% -
HSV(B) 282.12º 0.8% 0.74% -
XYZ 21.07 10.79 48.55 -
YUV 85.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 143 37 188 0.24 0.80 0 0.26 282.12 0.67 0.44
Hex 8F 25 BC 18 50 0 1A 11A 43 2C
Octal 217 45 274 30 120 0 32 432 103 54
Binary 10001111 100101 10111100 11000 1010000 0 11010 100011010 1000011 101100

Color Harmonies of #8F25BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F25BC

Black with #8F25BC

Text Example


Text Example

White with #8F25BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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