Html Css Color HEX #8F26BE Dark Orchid

📋 copy color: '#8F26BE'

red 143 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #8F26BE

Tints of Dark Orchid #8F26BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 38.54%
G = 10.24%
B = 51.21%

CMYK

 C value IS 0.25

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F26BE (or 0x8F26BE) is known color: Dark Orchid. HEX triplet: 8F, 26 and BE. RGB value is (143,38,190). Sum of RGB (Red+Green+Blue) = 143+38+190=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F26BE is #70D941. Grayscale: #565656. Windows color (decimal): -7395650 or 12461711. OLE color: 12461711.

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

Color convert

RGB 143 38 190 -
CMYK 0.25 0.8 0 0.25
HSL 281.45º 0.67% 0.45% -
HSV(B) 281.45º 0.8% 0.75% -
XYZ 21.32 10.94 49.7 -
YUV 86.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 143 38 190 0.25 0.8 0 0.25 281.45 0.67 0.45
Hex 8F 26 BE 19 50 0 19 119 43 2D
Octal 217 46 276 31 120 0 31 431 103 55
Binary 10001111 100110 10111110 11001 1010000 0 11001 100011001 1000011 101101

Color Harmonies of #8F26BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F26BE

Black with #8F26BE

Text Example


Text Example

White with #8F26BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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