Html Css Color HEX #883CED Blue Violet

📋 copy color: '#883CED'

red 136 ◦ green 60 ◦ blue 237

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

Shades of Blue Violet #883CED

Tints of Blue Violet #883CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.73%

R = 31.41%
G = 13.86%
B = 54.73%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#883CED (or 0x883CED) is known color: Blue Violet. HEX triplet: 88, 3C and ED. RGB value is (136,60,237). Sum of RGB (Red+Green+Blue) = 136+60+237=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #883CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CED is #77C312. Grayscale: #666666. Windows color (decimal): -7848723 or 15547528. OLE color: 15547528.

HSL color Cylindrical-coordinate representation of color #883CED: hue angle of 265.76º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883CED is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 60 237 -
CMYK 0.43 0.75 0 0.07
HSL 265.76º 0.83% 0.58% -
HSV(B) 265.76º 0.75% 0.93% -
XYZ 27.06 14.58 81.51 -
YUV 102.9 203.68 151.61 -
System Red Green Blue C M Y K H S L
Decimal 136 60 237 0.43 0.75 0 0.07 265.76 0.83 0.58
Hex 88 3C ED 2B 4B 0 7 10A 53 3A
Octal 210 74 355 53 113 0 7 412 123 72
Binary 10001000 111100 11101101 101011 1001011 0 111 100001010 1010011 111010

Color Harmonies of #883CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CED

Black with #883CED

Text Example


Text Example

White with #883CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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