Html Css Color HEX #8F3CB8 Dark Orchid

📋 copy color: '#8F3CB8'

red 143 ◦ green 60 ◦ blue 184

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

Shades of Dark Orchid #8F3CB8

Tints of Dark Orchid #8F3CB8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

 BLUE value IS 184 (72.27% from 255) = 47.55%

R = 36.95%
G = 15.5%
B = 47.55%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8F3CB8 (or 0x8F3CB8) is known color: Dark Orchid. HEX triplet: 8F, 3C and B8. RGB value is (143,60,184). Sum of RGB (Red+Green+Blue) = 143+60+184=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #8F3CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3CB8 is #70C347. Grayscale: #626262. Windows color (decimal): -7390024 or 12074127. OLE color: 12074127.

HSL color Cylindrical-coordinate representation of color #8F3CB8: hue angle of 280.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F3CB8 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 143 60 184 -
CMYK 0.22 0.67 0 0.28
HSL 280.16º 0.51% 0.48% -
HSV(B) 280.16º 0.67% 0.72% -
XYZ 21.6 12.53 46.63 -
YUV 98.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 143 60 184 0.22 0.67 0 0.28 280.16 0.51 0.48
Hex 8F 3C B8 16 43 0 1C 118 33 30
Octal 217 74 270 26 103 0 34 430 63 60
Binary 10001111 111100 10111000 10110 1000011 0 11100 100011000 110011 110000

Color Harmonies of #8F3CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3CB8

Black with #8F3CB8

Text Example


Text Example

White with #8F3CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,60,184); }

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

background-color css

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

 a { background-color: rgb(143,60,184); }

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

border-color css

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

 span { border-color: rgb(143,60,184); }

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