Html Css Color HEX #8F25CF Dark Orchid

📋 copy color: '#8F25CF'

red 143 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #8F25CF

Tints of Dark Orchid #8F25CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 36.95%
G = 9.56%
B = 53.49%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F25CF (or 0x8F25CF) is known color: Dark Orchid. HEX triplet: 8F, 25 and CF. RGB value is (143,37,207). Sum of RGB (Red+Green+Blue) = 143+37+207=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F25CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25CF is #70DA30. Grayscale: #575757. Windows color (decimal): -7395889 or 13575567. OLE color: 13575567.

HSL color Cylindrical-coordinate representation of color #8F25CF: hue angle of 277.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F25CF is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 37 207 -
CMYK 0.31 0.82 0 0.19
HSL 277.41º 0.7% 0.48% -
HSV(B) 277.41º 0.82% 0.81% -
XYZ 23.25 11.67 60.06 -
YUV 88.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 143 37 207 0.31 0.82 0 0.19 277.41 0.7 0.48
Hex 8F 25 CF 1F 52 0 13 115 46 30
Octal 217 45 317 37 122 0 23 425 106 60
Binary 10001111 100101 11001111 11111 1010010 0 10011 100010101 1000110 110000

Color Harmonies of #8F25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F25CF

Black with #8F25CF

Text Example


Text Example

White with #8F25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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