Html Css Color HEX #8F26CC Dark Orchid

📋 copy color: '#8F26CC'

red 143 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #8F26CC

Tints of Dark Orchid #8F26CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 37.14%
G = 9.87%
B = 52.99%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F26CC (or 0x8F26CC) is known color: Dark Orchid. HEX triplet: 8F, 26 and CC. RGB value is (143,38,204). Sum of RGB (Red+Green+Blue) = 143+38+204=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F26CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F26CC is #70D933. Grayscale: #575757. Windows color (decimal): -7395636 or 13379215. OLE color: 13379215.

HSL color Cylindrical-coordinate representation of color #8F26CC: hue angle of 277.95º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F26CC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 38 204 -
CMYK 0.30 0.81 0 0.2
HSL 277.95º 0.69% 0.47% -
HSV(B) 277.95º 0.81% 0.8% -
XYZ 22.92 11.59 58.15 -
YUV 88.32 193.29 167 -
System Red Green Blue C M Y K H S L
Decimal 143 38 204 0.30 0.81 0 0.2 277.95 0.69 0.47
Hex 8F 26 CC 1E 51 0 14 116 45 2F
Octal 217 46 314 36 121 0 24 426 105 57
Binary 10001111 100110 11001100 11110 1010001 0 10100 100010110 1000101 101111

Color Harmonies of #8F26CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F26CC

Black with #8F26CC

Text Example


Text Example

White with #8F26CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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