Html Css Color HEX #8F26BD Dark Orchid

📋 copy color: '#8F26BD'

red 143 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #8F26BD

Tints of Dark Orchid #8F26BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 38.65%
G = 10.27%
B = 51.08%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F26BD (or 0x8F26BD) is known color: Dark Orchid. HEX triplet: 8F, 26 and BD. RGB value is (143,38,189). Sum of RGB (Red+Green+Blue) = 143+38+189=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F26BD is #70D942. Grayscale: #565656. Windows color (decimal): -7395651 or 12396175. OLE color: 12396175.

HSL color Cylindrical-coordinate representation of color #8F26BD: hue angle of 281.72º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F26BD is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 38 189 -
CMYK 0.24 0.80 0 0.26
HSL 281.72º 0.67% 0.45% -
HSV(B) 281.72º 0.8% 0.74% -
XYZ 21.21 10.9 49.13 -
YUV 86.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 143 38 189 0.24 0.80 0 0.26 281.72 0.67 0.45
Hex 8F 26 BD 18 50 0 1A 11A 43 2D
Octal 217 46 275 30 120 0 32 432 103 55
Binary 10001111 100110 10111101 11000 1010000 0 11010 100011010 1000011 101101

Color Harmonies of #8F26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F26BD

Black with #8F26BD

Text Example


Text Example

White with #8F26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,38,189); }

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

background-color css

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

 a { background-color: rgb(143,38,189); }

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

border-color css

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

 span { border-color: rgb(143,38,189); }

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