Html Css Color HEX #8F34CD Dark Orchid

📋 copy color: '#8F34CD'

red 143 ◦ green 52 ◦ blue 205

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

Shades of Dark Orchid #8F34CD

Tints of Dark Orchid #8F34CD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13%

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 35.75%
G = 13%
B = 51.25%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F34CD (or 0x8F34CD) is known color: Dark Orchid. HEX triplet: 8F, 34 and CD. RGB value is (143,52,205). Sum of RGB (Red+Green+Blue) = 143+52+205=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F34CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34CD is #70CB32. Grayscale: #606060. Windows color (decimal): -7392051 or 13448335. OLE color: 13448335.

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

Color convert

RGB 143 52 205 -
CMYK 0.30 0.75 0 0.20
HSL 275.69º 0.6% 0.5% -
HSV(B) 275.69º 0.75% 0.8% -
XYZ 23.58 12.7 58.97 -
YUV 96.65 189.15 161.06 -
System Red Green Blue C M Y K H S L
Decimal 143 52 205 0.30 0.75 0 0.20 275.69 0.6 0.5
Hex 8F 34 CD 1E 4B 0 14 114 3C 32
Octal 217 64 315 36 113 0 24 424 74 62
Binary 10001111 110100 11001101 11110 1001011 0 10100 100010100 111100 110010

Color Harmonies of #8F34CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34CD

Black with #8F34CD

Text Example


Text Example

White with #8F34CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,52,205); }

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

background-color css

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

 a { background-color: rgb(143,52,205); }

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

border-color css

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

 span { border-color: rgb(143,52,205); }

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