Html Css Color HEX #8830CE Dark Orchid

📋 copy color: '#8830CE'

red 136 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #8830CE

Tints of Dark Orchid #8830CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.31%

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 34.87%
G = 12.31%
B = 52.82%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8830CE (or 0x8830CE) is known color: Dark Orchid. HEX triplet: 88, 30 and CE. RGB value is (136,48,206). Sum of RGB (Red+Green+Blue) = 136+48+206=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #8830CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8830CE is #77CF31. Grayscale: #5B5B5B. Windows color (decimal): -7851826 or 13512840. OLE color: 13512840.

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

Color convert

RGB 136 48 206 -
CMYK 0.34 0.77 0 0.19
HSL 273.42º 0.62% 0.5% -
HSV(B) 273.42º 0.77% 0.81% -
XYZ 22.35 11.8 59.49 -
YUV 92.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 136 48 206 0.34 0.77 0 0.19 273.42 0.62 0.5
Hex 88 30 CE 22 4D 0 13 111 3E 32
Octal 210 60 316 42 115 0 23 421 76 62
Binary 10001000 110000 11001110 100010 1001101 0 10011 100010001 111110 110010

Color Harmonies of #8830CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8830CE

Black with #8830CE

Text Example


Text Example

White with #8830CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8830CE; }

 p { color: rgb(136,48,206); }

 H1.HeaderClassName
 {
   color: #8830CE;
 }
 .AnyTagClassName
 {
   color: #8830CE;
 }
</style>

background-color css

<style>
 a { background-color: #8830CE; }

 a { background-color: rgb(136,48,206); }

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

border-color css

<style>
 span { border-color: #8830CE; }

 span { border-color: rgb(136,48,206); }

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