Html Css Color HEX #8F3CBC Dark Orchid

📋 copy color: '#8F3CBC'

red 143 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #8F3CBC

Tints of Dark Orchid #8F3CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 36.57%
G = 15.35%
B = 48.08%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F3CBC (or 0x8F3CBC) is known color: Dark Orchid. HEX triplet: 8F, 3C and BC. RGB value is (143,60,188). Sum of RGB (Red+Green+Blue) = 143+60+188=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3CBC is #70C343. Grayscale: #626262. Windows color (decimal): -7390020 or 12336271. OLE color: 12336271.

HSL color Cylindrical-coordinate representation of color #8F3CBC: hue angle of 278.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F3CBC is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 60 188 -
CMYK 0.24 0.68 0 0.26
HSL 278.91º 0.52% 0.49% -
HSV(B) 278.91º 0.68% 0.74% -
XYZ 22.02 12.7 48.87 -
YUV 99.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 143 60 188 0.24 0.68 0 0.26 278.91 0.52 0.49
Hex 8F 3C BC 18 44 0 1A 117 34 31
Octal 217 74 274 30 104 0 32 427 64 61
Binary 10001111 111100 10111100 11000 1000100 0 11010 100010111 110100 110001

Color Harmonies of #8F3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3CBC

Black with #8F3CBC

Text Example


Text Example

White with #8F3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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