Html Css Color HEX #8F33B3 Dark Orchid

📋 copy color: '#8F33B3'

red 143 ◦ green 51 ◦ blue 179

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

Shades of Dark Orchid #8F33B3

Tints of Dark Orchid #8F33B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 38.34%
G = 13.67%
B = 47.99%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8F33B3 (or 0x8F33B3) is known color: Dark Orchid. HEX triplet: 8F, 33 and B3. RGB value is (143,51,179). Sum of RGB (Red+Green+Blue) = 143+51+179=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F33B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33B3 is #70CC4C. Grayscale: #5C5C5C. Windows color (decimal): -7392333 or 11744143. OLE color: 11744143.

HSL color Cylindrical-coordinate representation of color #8F33B3: hue angle of 283.12º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F33B3 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 51 179 -
CMYK 0.20 0.72 0 0.30
HSL 283.13º 0.56% 0.45% -
HSV(B) 283.13º 0.72% 0.7% -
XYZ 20.65 11.46 43.77 -
YUV 93.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 143 51 179 0.20 0.72 0 0.30 283.13 0.56 0.45
Hex 8F 33 B3 14 48 0 1E 11B 38 2D
Octal 217 63 263 24 110 0 36 433 70 55
Binary 10001111 110011 10110011 10100 1001000 0 11110 100011011 111000 101101

Color Harmonies of #8F33B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F33B3

Black with #8F33B3

Text Example


Text Example

White with #8F33B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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