Html Css Color HEX #8833BF Dark Orchid

📋 copy color: '#8833BF'

red 136 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #8833BF

Tints of Dark Orchid #8833BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.49%

 BLUE value IS 191 (75% from 255) = 50.53%

R = 35.98%
G = 13.49%
B = 50.53%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8833BF (or 0x8833BF) is known color: Dark Orchid. HEX triplet: 88, 33 and BF. RGB value is (136,51,191). Sum of RGB (Red+Green+Blue) = 136+51+191=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #8833BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833BF is #77CC40. Grayscale: #5B5B5B. Windows color (decimal): -7851073 or 12530568. OLE color: 12530568.

HSL color Cylindrical-coordinate representation of color #8833BF: hue angle of 276.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8833BF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 51 191 -
CMYK 0.29 0.73 0 0.25
HSL 276.43º 0.58% 0.47% -
HSV(B) 276.43º 0.73% 0.75% -
XYZ 20.74 11.36 50.39 -
YUV 92.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 136 51 191 0.29 0.73 0 0.25 276.43 0.58 0.47
Hex 88 33 BF 1D 49 0 19 114 3A 2F
Octal 210 63 277 35 111 0 31 424 72 57
Binary 10001000 110011 10111111 11101 1001001 0 11001 100010100 111010 101111

Color Harmonies of #8833BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8833BF

Black with #8833BF

Text Example


Text Example

White with #8833BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8833BF; }

 p { color: rgb(136,51,191); }

 H1.HeaderClassName
 {
   color: #8833BF;
 }
 .AnyTagClassName
 {
   color: #8833BF;
 }
</style>

background-color css

<style>
 a { background-color: #8833BF; }

 a { background-color: rgb(136,51,191); }

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

border-color css

<style>
 span { border-color: #8833BF; }

 span { border-color: rgb(136,51,191); }

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