Html Css Color HEX #8833CF Dark Orchid

📋 copy color: '#8833CF'

red 136 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #8833CF

Tints of Dark Orchid #8833CF

RGB

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

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

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

R = 34.52%
G = 12.94%
B = 52.54%

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

#8833CF (or 0x8833CF) is known color: Dark Orchid. HEX triplet: 88, 33 and CF. RGB value is (136,51,207). Sum of RGB (Red+Green+Blue) = 136+51+207=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #8833CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833CF is #77CC30. Grayscale: #5D5D5D. Windows color (decimal): -7851057 or 13579144. OLE color: 13579144.

HSL color Cylindrical-coordinate representation of color #8833CF: hue angle of 272.69º 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 #8833CF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 51 207 -
CMYK 0.34 0.75 0 0.19
HSL 272.69º 0.62% 0.51% -
HSV(B) 272.69º 0.75% 0.81% -
XYZ 22.6 12.11 60.18 -
YUV 94.2 191.66 157.82 -
System Red Green Blue C M Y K H S L
Decimal 136 51 207 0.34 0.75 0 0.19 272.69 0.62 0.51
Hex 88 33 CF 22 4B 0 13 111 3E 33
Octal 210 63 317 42 113 0 23 421 76 63
Binary 10001000 110011 11001111 100010 1001011 0 10011 100010001 111110 110011

Color Harmonies of #8833CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8833CF

Black with #8833CF

Text Example


Text Example

White with #8833CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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