Html Css Color HEX #883DC9 Dark Orchid

📋 copy color: '#883DC9'

red 136 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #883DC9

Tints of Dark Orchid #883DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 34.17%
G = 15.33%
B = 50.5%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#883DC9 (or 0x883DC9) is known color: Dark Orchid. HEX triplet: 88, 3D and C9. RGB value is (136,61,201). Sum of RGB (Red+Green+Blue) = 136+61+201=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #883DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DC9 is #77C236. Grayscale: #626262. Windows color (decimal): -7848503 or 13188488. OLE color: 13188488.

HSL color Cylindrical-coordinate representation of color #883DC9: hue angle of 272.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883DC9 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 61 201 -
CMYK 0.32 0.70 0 0.21
HSL 272.14º 0.56% 0.51% -
HSV(B) 272.14º 0.7% 0.79% -
XYZ 22.36 12.79 56.55 -
YUV 99.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 136 61 201 0.32 0.70 0 0.21 272.14 0.56 0.51
Hex 88 3D C9 20 46 0 15 110 38 33
Octal 210 75 311 40 106 0 25 420 70 63
Binary 10001000 111101 11001001 100000 1000110 0 10101 100010000 111000 110011

Color Harmonies of #883DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883DC9

Black with #883DC9

Text Example


Text Example

White with #883DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883DC9; }

 p { color: rgb(136,61,201); }

 H1.HeaderClassName
 {
   color: #883DC9;
 }
 .AnyTagClassName
 {
   color: #883DC9;
 }
</style>

background-color css

<style>
 a { background-color: #883DC9; }

 a { background-color: rgb(136,61,201); }

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

border-color css

<style>
 span { border-color: #883DC9; }

 span { border-color: rgb(136,61,201); }

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