Html Css Color HEX #8F38BE Dark Orchid

📋 copy color: '#8F38BE'

red 143 ◦ green 56 ◦ blue 190

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

Shades of Dark Orchid #8F38BE

Tints of Dark Orchid #8F38BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.4%

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

R = 36.76%
G = 14.4%
B = 48.84%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F38BE (or 0x8F38BE) is known color: Dark Orchid. HEX triplet: 8F, 38 and BE. RGB value is (143,56,190). Sum of RGB (Red+Green+Blue) = 143+56+190=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F38BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38BE is #70C741. Grayscale: #606060. Windows color (decimal): -7391042 or 12466319. OLE color: 12466319.

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

Color convert

RGB 143 56 190 -
CMYK 0.25 0.71 0 0.25
HSL 278.96º 0.54% 0.48% -
HSV(B) 278.96º 0.71% 0.75% -
XYZ 22.04 12.39 49.94 -
YUV 97.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 143 56 190 0.25 0.71 0 0.25 278.96 0.54 0.48
Hex 8F 38 BE 19 47 0 19 117 36 30
Octal 217 70 276 31 107 0 31 427 66 60
Binary 10001111 111000 10111110 11001 1000111 0 11001 100010111 110110 110000

Color Harmonies of #8F38BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F38BE

Black with #8F38BE

Text Example


Text Example

White with #8F38BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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