Html Css Color HEX #8838BE Dark Orchid

📋 copy color: '#8838BE'

red 136 ◦ green 56 ◦ blue 190

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

Shades of Dark Orchid #8838BE

Tints of Dark Orchid #8838BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 35.6%
G = 14.66%
B = 49.74%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8838BE (or 0x8838BE) is known color: Dark Orchid. HEX triplet: 88, 38 and BE. RGB value is (136,56,190). Sum of RGB (Red+Green+Blue) = 136+56+190=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #8838BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8838BE is #77C741. Grayscale: #5E5E5E. Windows color (decimal): -7849794 or 12466312. OLE color: 12466312.

HSL color Cylindrical-coordinate representation of color #8838BE: hue angle of 275.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8838BE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 56 190 -
CMYK 0.28 0.71 0 0.25
HSL 275.82º 0.54% 0.48% -
HSV(B) 275.82º 0.71% 0.75% -
XYZ 20.86 11.78 49.89 -
YUV 95.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 136 56 190 0.28 0.71 0 0.25 275.82 0.54 0.48
Hex 88 38 BE 1C 47 0 19 114 36 30
Octal 210 70 276 34 107 0 31 424 66 60
Binary 10001000 111000 10111110 11100 1000111 0 11001 100010100 110110 110000

Color Harmonies of #8838BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8838BE

Black with #8838BE

Text Example


Text Example

White with #8838BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8838BE; }

 p { color: rgb(136,56,190); }

 H1.HeaderClassName
 {
   color: #8838BE;
 }
 .AnyTagClassName
 {
   color: #8838BE;
 }
</style>

background-color css

<style>
 a { background-color: #8838BE; }

 a { background-color: rgb(136,56,190); }

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

border-color css

<style>
 span { border-color: #8838BE; }

 span { border-color: rgb(136,56,190); }

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