Html Css Color HEX #801FCB Blue Violet

📋 copy color: '#801FCB'

red 128 ◦ green 31 ◦ blue 203

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

Shades of Blue Violet #801FCB

Tints of Blue Violet #801FCB

RGB

 RED value IS 128 (50.39% from 255) = 35.36%

 GREEN value IS 31 (12.5% from 255) = 8.56%

 BLUE value IS 203 (79.69% from 255) = 56.08%

R = 35.36%
G = 8.56%
B = 56.08%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#801FCB (or 0x801FCB) is known color: Blue Violet. HEX triplet: 80, 1F and CB. RGB value is (128,31,203). Sum of RGB (Red+Green+Blue) = 128+31+203=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #801FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FCB is #7FE034. Grayscale: #4F4F4F. Windows color (decimal): -8380469 or 13311872. OLE color: 13311872.

HSL color Cylindrical-coordinate representation of color #801FCB: hue angle of 273.84º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801FCB is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 31 203 -
CMYK 0.37 0.85 0 0.20
HSL 273.84º 0.74% 0.46% -
HSV(B) 273.84º 0.85% 0.8% -
XYZ 20.17 9.88 57.34 -
YUV 79.61 197.64 162.51 -
System Red Green Blue C M Y K H S L
Decimal 128 31 203 0.37 0.85 0 0.20 273.84 0.74 0.46
Hex 80 1F CB 25 55 0 14 112 4A 2E
Octal 200 37 313 45 125 0 24 422 112 56
Binary 10000000 11111 11001011 100101 1010101 0 10100 100010010 1001010 101110

Color Harmonies of #801FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801FCB

Black with #801FCB

Text Example


Text Example

White with #801FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801FCB; }

 p { color: rgb(128,31,203); }

 H1.HeaderClassName
 {
   color: #801FCB;
 }
 .AnyTagClassName
 {
   color: #801FCB;
 }
</style>

background-color css

<style>
 a { background-color: #801FCB; }

 a { background-color: rgb(128,31,203); }

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

border-color css

<style>
 span { border-color: #801FCB; }

 span { border-color: rgb(128,31,203); }

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