Html Css Color HEX #8832C5 Dark Orchid

📋 copy color: '#8832C5'

red 136 ◦ green 50 ◦ blue 197

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

Shades of Dark Orchid #8832C5

Tints of Dark Orchid #8832C5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

 BLUE value IS 197 (77.34% from 255) = 51.44%

R = 35.51%
G = 13.05%
B = 51.44%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8832C5 (or 0x8832C5) is known color: Dark Orchid. HEX triplet: 88, 32 and C5. RGB value is (136,50,197). Sum of RGB (Red+Green+Blue) = 136+50+197=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #8832C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832C5 is #77CD3A. Grayscale: #5B5B5B. Windows color (decimal): -7851323 or 12923528. OLE color: 12923528.

HSL color Cylindrical-coordinate representation of color #8832C5: hue angle of 275.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8832C5 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 50 197 -
CMYK 0.31 0.75 0 0.23
HSL 275.1º 0.6% 0.48% -
HSV(B) 275.1º 0.75% 0.77% -
XYZ 21.37 11.55 53.93 -
YUV 92.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 136 50 197 0.31 0.75 0 0.23 275.1 0.6 0.48
Hex 88 32 C5 1F 4B 0 17 113 3C 30
Octal 210 62 305 37 113 0 27 423 74 60
Binary 10001000 110010 11000101 11111 1001011 0 10111 100010011 111100 110000

Color Harmonies of #8832C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8832C5

Black with #8832C5

Text Example


Text Example

White with #8832C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8832C5; }

 p { color: rgb(136,50,197); }

 H1.HeaderClassName
 {
   color: #8832C5;
 }
 .AnyTagClassName
 {
   color: #8832C5;
 }
</style>

background-color css

<style>
 a { background-color: #8832C5; }

 a { background-color: rgb(136,50,197); }

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

border-color css

<style>
 span { border-color: #8832C5; }

 span { border-color: rgb(136,50,197); }

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