Html Css Color HEX #8F2BBA Dark Orchid

📋 copy color: '#8F2BBA'

red 143 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #8F2BBA

Tints of Dark Orchid #8F2BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.56%

 BLUE value IS 186 (73.05% from 255) = 50%

R = 38.44%
G = 11.56%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F2BBA (or 0x8F2BBA) is known color: Dark Orchid. HEX triplet: 8F, 2B and BA. RGB value is (143,43,186). Sum of RGB (Red+Green+Blue) = 143+43+186=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BBA is #70D445. Grayscale: #585858. Windows color (decimal): -7394374 or 12200847. OLE color: 12200847.

HSL color Cylindrical-coordinate representation of color #8F2BBA: hue angle of 281.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2BBA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 43 186 -
CMYK 0.23 0.77 0 0.27
HSL 281.96º 0.62% 0.45% -
HSV(B) 281.96º 0.77% 0.73% -
XYZ 21.05 11.11 47.49 -
YUV 89.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 143 43 186 0.23 0.77 0 0.27 281.96 0.62 0.45
Hex 8F 2B BA 17 4D 0 1B 11A 3E 2D
Octal 217 53 272 27 115 0 33 432 76 55
Binary 10001111 101011 10111010 10111 1001101 0 11011 100011010 111110 101101

Color Harmonies of #8F2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2BBA

Black with #8F2BBA

Text Example


Text Example

White with #8F2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,186); }

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

background-color css

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

 a { background-color: rgb(143,43,186); }

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

border-color css

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

 span { border-color: rgb(143,43,186); }

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