Html Css Color HEX #882DFD Blue Violet

📋 copy color: '#882DFD'

red 136 ◦ green 45 ◦ blue 253

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

Shades of Blue Violet #882DFD

Tints of Blue Violet #882DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.37%

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 31.34%
G = 10.37%
B = 58.29%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#882DFD (or 0x882DFD) is known color: Blue Violet. HEX triplet: 88, 2D and FD. RGB value is (136,45,253). Sum of RGB (Red+Green+Blue) = 136+45+253=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #882DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882DFD is #77D202. Grayscale: #5F5F5F. Windows color (decimal): -7852547 or 16592264. OLE color: 16592264.

HSL color Cylindrical-coordinate representation of color #882DFD: hue angle of 266.25º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882DFD is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 45 253 -
CMYK 0.46 0.82 0 0.01
HSL 266.25º 0.98% 0.58% -
HSV(B) 266.25º 0.82% 0.99% -
XYZ 28.82 14.2 94.15 -
YUV 95.92 216.65 156.59 -
System Red Green Blue C M Y K H S L
Decimal 136 45 253 0.46 0.82 0 0.01 266.25 0.98 0.58
Hex 88 2D FD 2E 52 0 1 10A 62 3A
Octal 210 55 375 56 122 0 1 412 142 72
Binary 10001000 101101 11111101 101110 1010010 0 1 100001010 1100010 111010

Color Harmonies of #882DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882DFD

Black with #882DFD

Text Example


Text Example

White with #882DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882DFD; }

 p { color: rgb(136,45,253); }

 H1.HeaderClassName
 {
   color: #882DFD;
 }
 .AnyTagClassName
 {
   color: #882DFD;
 }
</style>

background-color css

<style>
 a { background-color: #882DFD; }

 a { background-color: rgb(136,45,253); }

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

border-color css

<style>
 span { border-color: #882DFD; }

 span { border-color: rgb(136,45,253); }

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