Html Css Color HEX #8258CB True V

📋 copy color: '#8258CB'

red 130 ◦ green 88 ◦ blue 203

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

Shades of True V #8258CB

Tints of True V #8258CB

RGB

 RED value IS 130 (51.17% from 255) = 30.88%

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 30.88%
G = 20.9%
B = 48.22%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8258CB (or 0x8258CB) is known color: True V. HEX triplet: 82, 58 and CB. RGB value is (130,88,203). Sum of RGB (Red+Green+Blue) = 130+88+203=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #8258CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258CB is #7DA734. Grayscale: #717171. Windows color (decimal): -8234805 or 13326466. OLE color: 13326466.

HSL color Cylindrical-coordinate representation of color #8258CB: hue angle of 261.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8258CB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 88 203 -
CMYK 0.36 0.57 0 0.20
HSL 261.91º 0.53% 0.57% -
HSV(B) 261.91º 0.57% 0.8% -
XYZ 23.48 16.04 58.36 -
YUV 113.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 130 88 203 0.36 0.57 0 0.20 261.91 0.53 0.57
Hex 82 58 CB 24 39 0 14 106 35 39
Octal 202 130 313 44 71 0 24 406 65 71
Binary 10000010 1011000 11001011 100100 111001 0 10100 100000110 110101 111001

Color Harmonies of #8258CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258CB

Black with #8258CB

Text Example


Text Example

White with #8258CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8258CB; }

 p { color: rgb(130,88,203); }

 H1.HeaderClassName
 {
   color: #8258CB;
 }
 .AnyTagClassName
 {
   color: #8258CB;
 }
</style>

background-color css

<style>
 a { background-color: #8258CB; }

 a { background-color: rgb(130,88,203); }

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

border-color css

<style>
 span { border-color: #8258CB; }

 span { border-color: rgb(130,88,203); }

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