Html Css Color HEX #8F3BCA Dark Orchid

📋 copy color: '#8F3BCA'

red 143 ◦ green 59 ◦ blue 202

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

Shades of Dark Orchid #8F3BCA

Tints of Dark Orchid #8F3BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 35.4%
G = 14.6%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F3BCA (or 0x8F3BCA) is known color: Dark Orchid. HEX triplet: 8F, 3B and CA. RGB value is (143,59,202). Sum of RGB (Red+Green+Blue) = 143+59+202=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F3BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BCA is #70C435. Grayscale: #636363. Windows color (decimal): -7390262 or 13253519. OLE color: 13253519.

HSL color Cylindrical-coordinate representation of color #8F3BCA: hue angle of 275.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F3BCA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 59 202 -
CMYK 0.29 0.71 0 0.21
HSL 275.24º 0.57% 0.51% -
HSV(B) 275.24º 0.71% 0.79% -
XYZ 23.55 13.23 57.19 -
YUV 100.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 143 59 202 0.29 0.71 0 0.21 275.24 0.57 0.51
Hex 8F 3B CA 1D 47 0 15 113 39 33
Octal 217 73 312 35 107 0 25 423 71 63
Binary 10001111 111011 11001010 11101 1000111 0 10101 100010011 111001 110011

Color Harmonies of #8F3BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3BCA

Black with #8F3BCA

Text Example


Text Example

White with #8F3BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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