Html Css Color HEX #883CDA Blue Violet

📋 copy color: '#883CDA'

red 136 ◦ green 60 ◦ blue 218

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

Shades of Blue Violet #883CDA

Tints of Blue Violet #883CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 32.85%
G = 14.49%
B = 52.66%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#883CDA (or 0x883CDA) is known color: Blue Violet. HEX triplet: 88, 3C and DA. RGB value is (136,60,218). Sum of RGB (Red+Green+Blue) = 136+60+218=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #883CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CDA is #77C325. Grayscale: #646464. Windows color (decimal): -7848742 or 14302344. OLE color: 14302344.

HSL color Cylindrical-coordinate representation of color #883CDA: hue angle of 268.86º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883CDA is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 60 218 -
CMYK 0.38 0.72 0 0.15
HSL 268.86º 0.68% 0.55% -
HSV(B) 268.86º 0.72% 0.85% -
XYZ 24.42 13.53 67.65 -
YUV 100.74 194.18 153.15 -
System Red Green Blue C M Y K H S L
Decimal 136 60 218 0.38 0.72 0 0.15 268.86 0.68 0.55
Hex 88 3C DA 26 48 0 F 10D 44 37
Octal 210 74 332 46 110 0 17 415 104 67
Binary 10001000 111100 11011010 100110 1001000 0 1111 100001101 1000100 110111

Color Harmonies of #883CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883CDA

Black with #883CDA

Text Example


Text Example

White with #883CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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