Html Css Color HEX #883CFF Blue Violet

📋 copy color: '#883CFF'

red 136 ◦ green 60 ◦ blue 255

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

Shades of Blue Violet #883CFF

Tints of Blue Violet #883CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.3%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 30.16%
G = 13.3%
B = 56.54%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#883CFF (or 0x883CFF) is known color: Blue Violet. HEX triplet: 88, 3C and FF. RGB value is (136,60,255). Sum of RGB (Red+Green+Blue) = 136+60+255=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #883CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CFF is #77C300. Grayscale: #686868. Windows color (decimal): -7848705 or 16727176. OLE color: 16727176.

HSL color Cylindrical-coordinate representation of color #883CFF: hue angle of 263.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883CFF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 60 255 -
CMYK 0.47 0.76 0 0
HSL 263.38º 1% 0.62% -
HSV(B) 263.38º 0.76% 1% -
XYZ 29.82 15.69 96.06 -
YUV 104.95 212.68 150.14 -
System Red Green Blue C M Y K H S L
Decimal 136 60 255 0.47 0.76 0 0 263.38 1 0.62
Hex 88 3C FF 2F 4C 0 0 107 64 3E
Octal 210 74 377 57 114 0 0 407 144 76
Binary 10001000 111100 11111111 101111 1001100 0 0 100000111 1100100 111110

Color Harmonies of #883CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CFF

Black with #883CFF

Text Example


Text Example

White with #883CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,60,255); }

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

background-color css

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

 a { background-color: rgb(136,60,255); }

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

border-color css

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

 span { border-color: rgb(136,60,255); }

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