Html Css Color HEX #8F26BC Dark Orchid

📋 copy color: '#8F26BC'

red 143 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #8F26BC

Tints of Dark Orchid #8F26BC

RGB

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

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

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

R = 38.75%
G = 10.3%
B = 50.95%

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

#8F26BC (or 0x8F26BC) is known color: Dark Orchid. HEX triplet: 8F, 26 and BC. RGB value is (143,38,188). Sum of RGB (Red+Green+Blue) = 143+38+188=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F26BC is #70D943. Grayscale: #565656. Windows color (decimal): -7395652 or 12330639. OLE color: 12330639.

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

Color convert

RGB 143 38 188 -
CMYK 0.24 0.80 0 0.26
HSL 282º 0.66% 0.44% -
HSV(B) 282º 0.8% 0.74% -
XYZ 21.1 10.86 48.56 -
YUV 86.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 143 38 188 0.24 0.80 0 0.26 282 0.66 0.44
Hex 8F 26 BC 18 50 0 1A 11A 42 2C
Octal 217 46 274 30 120 0 32 432 102 54
Binary 10001111 100110 10111100 11000 1010000 0 11010 100011010 1000010 101100

Color Harmonies of #8F26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F26BC

Black with #8F26BC

Text Example


Text Example

White with #8F26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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