Html Css Color HEX #8834C1 Dark Orchid

📋 copy color: '#8834C1'

red 136 ◦ green 52 ◦ blue 193

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

Shades of Dark Orchid #8834C1

Tints of Dark Orchid #8834C1

RGB

 RED value IS 136 (53.52% from 255) = 35.7%

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

 BLUE value IS 193 (75.78% from 255) = 50.66%

R = 35.7%
G = 13.65%
B = 50.66%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8834C1 (or 0x8834C1) is known color: Dark Orchid. HEX triplet: 88, 34 and C1. RGB value is (136,52,193). Sum of RGB (Red+Green+Blue) = 136+52+193=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #8834C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834C1 is #77CB3E. Grayscale: #5C5C5C. Windows color (decimal): -7850815 or 12661896. OLE color: 12661896.

HSL color Cylindrical-coordinate representation of color #8834C1: hue angle of 275.74º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8834C1 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 52 193 -
CMYK 0.30 0.73 0 0.24
HSL 275.74º 0.58% 0.48% -
HSV(B) 275.74º 0.73% 0.76% -
XYZ 21.01 11.54 51.57 -
YUV 93.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 136 52 193 0.30 0.73 0 0.24 275.74 0.58 0.48
Hex 88 34 C1 1E 49 0 18 114 3A 30
Octal 210 64 301 36 111 0 30 424 72 60
Binary 10001000 110100 11000001 11110 1001001 0 11000 100010100 111010 110000

Color Harmonies of #8834C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8834C1

Black with #8834C1

Text Example


Text Example

White with #8834C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8834C1; }

 p { color: rgb(136,52,193); }

 H1.HeaderClassName
 {
   color: #8834C1;
 }
 .AnyTagClassName
 {
   color: #8834C1;
 }
</style>

background-color css

<style>
 a { background-color: #8834C1; }

 a { background-color: rgb(136,52,193); }

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

border-color css

<style>
 span { border-color: #8834C1; }

 span { border-color: rgb(136,52,193); }

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