Html Css Color HEX #883DE1 Blue Violet

📋 copy color: '#883DE1'

red 136 ◦ green 61 ◦ blue 225

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

Shades of Blue Violet #883DE1

Tints of Blue Violet #883DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 32.23%
G = 14.45%
B = 53.32%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#883DE1 (or 0x883DE1) is known color: Blue Violet. HEX triplet: 88, 3D and E1. RGB value is (136,61,225). Sum of RGB (Red+Green+Blue) = 136+61+225=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #883DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883DE1 is #77C21E. Grayscale: #656565. Windows color (decimal): -7848479 or 14761352. OLE color: 14761352.

HSL color Cylindrical-coordinate representation of color #883DE1: hue angle of 267.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #883DE1 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 61 225 -
CMYK 0.40 0.73 0 0.12
HSL 267.44º 0.73% 0.56% -
HSV(B) 267.44º 0.73% 0.88% -
XYZ 25.41 14.01 72.6 -
YUV 102.12 197.35 152.16 -
System Red Green Blue C M Y K H S L
Decimal 136 61 225 0.40 0.73 0 0.12 267.44 0.73 0.56
Hex 88 3D E1 28 49 0 C 10B 49 38
Octal 210 75 341 50 111 0 14 413 111 70
Binary 10001000 111101 11100001 101000 1001001 0 1100 100001011 1001001 111000

Color Harmonies of #883DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883DE1

Black with #883DE1

Text Example


Text Example

White with #883DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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