Html Css Color HEX #8F33BC Dark Orchid

📋 copy color: '#8F33BC'

red 143 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #8F33BC

Tints of Dark Orchid #8F33BC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.35%

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

R = 37.43%
G = 13.35%
B = 49.21%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F33BC (or 0x8F33BC) is known color: Dark Orchid. HEX triplet: 8F, 33 and BC. RGB value is (143,51,188). Sum of RGB (Red+Green+Blue) = 143+51+188=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F33BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33BC is #70CC43. Grayscale: #5D5D5D. Windows color (decimal): -7392324 or 12333967. OLE color: 12333967.

HSL color Cylindrical-coordinate representation of color #8F33BC: hue angle of 280.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F33BC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 51 188 -
CMYK 0.24 0.73 0 0.26
HSL 280.29º 0.57% 0.47% -
HSV(B) 280.29º 0.73% 0.74% -
XYZ 21.59 11.84 48.72 -
YUV 94.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 143 51 188 0.24 0.73 0 0.26 280.29 0.57 0.47
Hex 8F 33 BC 18 49 0 1A 118 39 2F
Octal 217 63 274 30 111 0 32 430 71 57
Binary 10001111 110011 10111100 11000 1001001 0 11010 100011000 111001 101111

Color Harmonies of #8F33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F33BC

Black with #8F33BC

Text Example


Text Example

White with #8F33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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