Html Css Color HEX #8741CC Dark Orchid

📋 copy color: '#8741CC'

red 135 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #8741CC

Tints of Dark Orchid #8741CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 33.42%
G = 16.09%
B = 50.5%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8741CC (or 0x8741CC) is known color: Dark Orchid. HEX triplet: 87, 41 and CC. RGB value is (135,65,204). Sum of RGB (Red+Green+Blue) = 135+65+204=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #8741CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741CC is #78BE33. Grayscale: #656565. Windows color (decimal): -7913012 or 13386119. OLE color: 13386119.

HSL color Cylindrical-coordinate representation of color #8741CC: hue angle of 270.22º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8741CC is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 65 204 -
CMYK 0.34 0.68 0 0.2
HSL 270.22º 0.58% 0.53% -
HSV(B) 270.22º 0.68% 0.8% -
XYZ 22.78 13.29 58.49 -
YUV 101.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 135 65 204 0.34 0.68 0 0.2 270.22 0.58 0.53
Hex 87 41 CC 22 44 0 14 10E 3A 35
Octal 207 101 314 42 104 0 24 416 72 65
Binary 10000111 1000001 11001100 100010 1000100 0 10100 100001110 111010 110101

Color Harmonies of #8741CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741CC

Black with #8741CC

Text Example


Text Example

White with #8741CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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