Html Css Color HEX #8F35CF Dark Orchid

📋 copy color: '#8F35CF'

red 143 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #8F35CF

Tints of Dark Orchid #8F35CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.15%

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 35.48%
G = 13.15%
B = 51.36%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F35CF (or 0x8F35CF) is known color: Dark Orchid. HEX triplet: 8F, 35 and CF. RGB value is (143,53,207). Sum of RGB (Red+Green+Blue) = 143+53+207=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F35CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F35CF is #70CA30. Grayscale: #606060. Windows color (decimal): -7391793 or 13579663. OLE color: 13579663.

HSL color Cylindrical-coordinate representation of color #8F35CF: hue angle of 275.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F35CF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 53 207 -
CMYK 0.31 0.74 0 0.19
HSL 275.06º 0.62% 0.51% -
HSV(B) 275.06º 0.74% 0.81% -
XYZ 23.86 12.89 60.26 -
YUV 97.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 143 53 207 0.31 0.74 0 0.19 275.06 0.62 0.51
Hex 8F 35 CF 1F 4A 0 13 113 3E 33
Octal 217 65 317 37 112 0 23 423 76 63
Binary 10001111 110101 11001111 11111 1001010 0 10011 100010011 111110 110011

Color Harmonies of #8F35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F35CF

Black with #8F35CF

Text Example


Text Example

White with #8F35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,53,207); }

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

background-color css

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

 a { background-color: rgb(143,53,207); }

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

border-color css

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

 span { border-color: rgb(143,53,207); }

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