Html Css Color HEX #8F34C9 Dark Orchid

📋 copy color: '#8F34C9'

red 143 ◦ green 52 ◦ blue 201

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

Shades of Dark Orchid #8F34C9

Tints of Dark Orchid #8F34C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 36.11%
G = 13.13%
B = 50.76%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F34C9 (or 0x8F34C9) is known color: Dark Orchid. HEX triplet: 8F, 34 and C9. RGB value is (143,52,201). Sum of RGB (Red+Green+Blue) = 143+52+201=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F34C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34C9 is #70CB36. Grayscale: #5F5F5F. Windows color (decimal): -7392055 or 13186191. OLE color: 13186191.

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

Color convert

RGB 143 52 201 -
CMYK 0.29 0.74 0 0.21
HSL 276.64º 0.59% 0.5% -
HSV(B) 276.64º 0.74% 0.79% -
XYZ 23.1 12.51 56.46 -
YUV 96.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 143 52 201 0.29 0.74 0 0.21 276.64 0.59 0.5
Hex 8F 34 C9 1D 4A 0 15 115 3B 32
Octal 217 64 311 35 112 0 25 425 73 62
Binary 10001111 110100 11001001 11101 1001010 0 10101 100010101 111011 110010

Color Harmonies of #8F34C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F34C9

Black with #8F34C9

Text Example


Text Example

White with #8F34C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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