Html Css Color HEX #8834CF Dark Orchid

📋 copy color: '#8834CF'

red 136 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #8834CF

Tints of Dark Orchid #8834CF

RGB

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

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

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

R = 34.43%
G = 13.16%
B = 52.41%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8834CF (or 0x8834CF) is known color: Dark Orchid. HEX triplet: 88, 34 and CF. RGB value is (136,52,207). Sum of RGB (Red+Green+Blue) = 136+52+207=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #8834CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834CF is #77CB30. Grayscale: #5E5E5E. Windows color (decimal): -7850801 or 13579400. OLE color: 13579400.

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

Color convert

RGB 136 52 207 -
CMYK 0.34 0.75 0 0.19
HSL 272.52º 0.62% 0.51% -
HSV(B) 272.52º 0.75% 0.81% -
XYZ 22.64 12.2 60.19 -
YUV 94.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 136 52 207 0.34 0.75 0 0.19 272.52 0.62 0.51
Hex 88 34 CF 22 4B 0 13 111 3E 33
Octal 210 64 317 42 113 0 23 421 76 63
Binary 10001000 110100 11001111 100010 1001011 0 10011 100010001 111110 110011

Color Harmonies of #8834CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8834CF

Black with #8834CF

Text Example


Text Example

White with #8834CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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