Html Css Color HEX #805FCB True V

📋 copy color: '#805FCB'

red 128 ◦ green 95 ◦ blue 203

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

Shades of True V #805FCB

Tints of True V #805FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.3%

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

R = 30.05%
G = 22.3%
B = 47.65%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#805FCB (or 0x805FCB) is known color: True V. HEX triplet: 80, 5F and CB. RGB value is (128,95,203). Sum of RGB (Red+Green+Blue) = 128+95+203=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #805FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FCB is #7FA034. Grayscale: #747474. Windows color (decimal): -8364085 or 13328256. OLE color: 13328256.

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

Color convert

RGB 128 95 203 -
CMYK 0.37 0.53 0 0.20
HSL 258.33º 0.51% 0.58% -
HSV(B) 258.33º 0.53% 0.8% -
XYZ 23.77 17.09 58.54 -
YUV 117.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 128 95 203 0.37 0.53 0 0.20 258.33 0.51 0.58
Hex 80 5F CB 25 35 0 14 102 33 3A
Octal 200 137 313 45 65 0 24 402 63 72
Binary 10000000 1011111 11001011 100101 110101 0 10100 100000010 110011 111010

Color Harmonies of #805FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FCB

Black with #805FCB

Text Example


Text Example

White with #805FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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