Html Css Color HEX #8F33CA Dark Orchid

📋 copy color: '#8F33CA'

red 143 ◦ green 51 ◦ blue 202

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

Shades of Dark Orchid #8F33CA

Tints of Dark Orchid #8F33CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 36.11%
G = 12.88%
B = 51.01%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F33CA (or 0x8F33CA) is known color: Dark Orchid. HEX triplet: 8F, 33 and CA. RGB value is (143,51,202). Sum of RGB (Red+Green+Blue) = 143+51+202=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F33CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F33CA is #70CC35. Grayscale: #5F5F5F. Windows color (decimal): -7392310 or 13251471. OLE color: 13251471.

HSL color Cylindrical-coordinate representation of color #8F33CA: hue angle of 276.56º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F33CA is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 51 202 -
CMYK 0.29 0.75 0 0.21
HSL 276.56º 0.6% 0.5% -
HSV(B) 276.56º 0.75% 0.79% -
XYZ 23.17 12.47 57.06 -
YUV 95.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 143 51 202 0.29 0.75 0 0.21 276.56 0.6 0.5
Hex 8F 33 CA 1D 4B 0 15 115 3C 32
Octal 217 63 312 35 113 0 25 425 74 62
Binary 10001111 110011 11001010 11101 1001011 0 10101 100010101 111100 110010

Color Harmonies of #8F33CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F33CA

Black with #8F33CA

Text Example


Text Example

White with #8F33CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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