Html Css Color HEX #8741CF Dark Orchid

📋 copy color: '#8741CF'

red 135 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #8741CF

Tints of Dark Orchid #8741CF

RGB

 RED value IS 135 (53.13% from 255) = 33.17%

 GREEN value IS 65 (25.78% from 255) = 15.97%

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

R = 33.17%
G = 15.97%
B = 50.86%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8741CF (or 0x8741CF) is known color: Dark Orchid. HEX triplet: 87, 41 and CF. RGB value is (135,65,207). Sum of RGB (Red+Green+Blue) = 135+65+207=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #8741CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741CF is #78BE30. Grayscale: #656565. Windows color (decimal): -7913009 or 13582727. OLE color: 13582727.

HSL color Cylindrical-coordinate representation of color #8741CF: hue angle of 269.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8741CF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 65 207 -
CMYK 0.35 0.69 0 0.19
HSL 269.58º 0.6% 0.53% -
HSV(B) 269.58º 0.69% 0.81% -
XYZ 23.14 13.44 60.41 -
YUV 102.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 135 65 207 0.35 0.69 0 0.19 269.58 0.6 0.53
Hex 87 41 CF 23 45 0 13 10E 3C 35
Octal 207 101 317 43 105 0 23 416 74 65
Binary 10000111 1000001 11001111 100011 1000101 0 10011 100001110 111100 110101

Color Harmonies of #8741CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741CF

Black with #8741CF

Text Example


Text Example

White with #8741CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8741CF; }

 p { color: rgb(135,65,207); }

 H1.HeaderClassName
 {
   color: #8741CF;
 }
 .AnyTagClassName
 {
   color: #8741CF;
 }
</style>

background-color css

<style>
 a { background-color: #8741CF; }

 a { background-color: rgb(135,65,207); }

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

border-color css

<style>
 span { border-color: #8741CF; }

 span { border-color: rgb(135,65,207); }

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