Html Css Color HEX #8F32BE Dark Orchid

📋 copy color: '#8F32BE'

red 143 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #8F32BE

Tints of Dark Orchid #8F32BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

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

R = 37.34%
G = 13.05%
B = 49.61%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F32BE (or 0x8F32BE) is known color: Dark Orchid. HEX triplet: 8F, 32 and BE. RGB value is (143,50,190). Sum of RGB (Red+Green+Blue) = 143+50+190=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F32BE is #70CD41. Grayscale: #5D5D5D. Windows color (decimal): -7392578 or 12464783. OLE color: 12464783.

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

Color convert

RGB 143 50 190 -
CMYK 0.25 0.74 0 0.25
HSL 279.86º 0.58% 0.47% -
HSV(B) 279.86º 0.74% 0.75% -
XYZ 21.76 11.84 49.85 -
YUV 93.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 143 50 190 0.25 0.74 0 0.25 279.86 0.58 0.47
Hex 8F 32 BE 19 4A 0 19 118 3A 2F
Octal 217 62 276 31 112 0 31 430 72 57
Binary 10001111 110010 10111110 11001 1001010 0 11001 100011000 111010 101111

Color Harmonies of #8F32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F32BE

Black with #8F32BE

Text Example


Text Example

White with #8F32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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