Html Css Color HEX #8F45CA Dark Orchid

📋 copy color: '#8F45CA'

red 143 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #8F45CA

Tints of Dark Orchid #8F45CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.67%

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

R = 34.54%
G = 16.67%
B = 48.79%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F45CA (or 0x8F45CA) is known color: Dark Orchid. HEX triplet: 8F, 45 and CA. RGB value is (143,69,202). Sum of RGB (Red+Green+Blue) = 143+69+202=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F45CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F45CA is #70BA35. Grayscale: #696969. Windows color (decimal): -7387702 or 13256079. OLE color: 13256079.

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

Color convert

RGB 143 69 202 -
CMYK 0.29 0.66 0 0.21
HSL 273.38º 0.56% 0.53% -
HSV(B) 273.38º 0.66% 0.79% -
XYZ 24.12 14.36 57.38 -
YUV 106.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 143 69 202 0.29 0.66 0 0.21 273.38 0.56 0.53
Hex 8F 45 CA 1D 42 0 15 111 38 35
Octal 217 105 312 35 102 0 25 421 70 65
Binary 10001111 1000101 11001010 11101 1000010 0 10101 100010001 111000 110101

Color Harmonies of #8F45CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F45CA

Black with #8F45CA

Text Example


Text Example

White with #8F45CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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