Html Css Color HEX #8F3BBE Dark Orchid

📋 copy color: '#8F3BBE'

red 143 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #8F3BBE

Tints of Dark Orchid #8F3BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

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

R = 36.48%
G = 15.05%
B = 48.47%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F3BBE (or 0x8F3BBE) is known color: Dark Orchid. HEX triplet: 8F, 3B and BE. RGB value is (143,59,190). Sum of RGB (Red+Green+Blue) = 143+59+190=392 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.48% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F3BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BBE is #70C441. Grayscale: #626262. Windows color (decimal): -7390274 or 12467087. OLE color: 12467087.

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

Color convert

RGB 143 59 190 -
CMYK 0.25 0.69 0 0.25
HSL 278.47º 0.53% 0.49% -
HSV(B) 278.47º 0.69% 0.75% -
XYZ 22.19 12.69 49.99 -
YUV 99.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 143 59 190 0.25 0.69 0 0.25 278.47 0.53 0.49
Hex 8F 3B BE 19 45 0 19 116 35 31
Octal 217 73 276 31 105 0 31 426 65 61
Binary 10001111 111011 10111110 11001 1000101 0 11001 100010110 110101 110001

Color Harmonies of #8F3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3BBE

Black with #8F3BBE

Text Example


Text Example

White with #8F3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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