Html Css Color HEX #883FDD Blue Violet

📋 copy color: '#883FDD'

red 136 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #883FDD

Tints of Blue Violet #883FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 15%

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 32.38%
G = 15%
B = 52.62%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#883FDD (or 0x883FDD) is known color: Blue Violet. HEX triplet: 88, 3F and DD. RGB value is (136,63,221). Sum of RGB (Red+Green+Blue) = 136+63+221=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #883FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FDD is #77C022. Grayscale: #666666. Windows color (decimal): -7847971 or 14499720. OLE color: 14499720.

HSL color Cylindrical-coordinate representation of color #883FDD: hue angle of 267.72º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883FDD is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 63 221 -
CMYK 0.38 0.71 0 0.13
HSL 267.72º 0.7% 0.56% -
HSV(B) 267.72º 0.71% 0.87% -
XYZ 24.98 14.01 69.79 -
YUV 102.84 194.68 151.65 -
System Red Green Blue C M Y K H S L
Decimal 136 63 221 0.38 0.71 0 0.13 267.72 0.7 0.56
Hex 88 3F DD 26 47 0 D 10C 46 38
Octal 210 77 335 46 107 0 15 414 106 70
Binary 10001000 111111 11011101 100110 1000111 0 1101 100001100 1000110 111000

Color Harmonies of #883FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883FDD

Black with #883FDD

Text Example


Text Example

White with #883FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,63,221); }

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

background-color css

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

 a { background-color: rgb(136,63,221); }

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

border-color css

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

 span { border-color: rgb(136,63,221); }

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