Html Css Color HEX #8258C7 True V

📋 copy color: '#8258C7'

red 130 ◦ green 88 ◦ blue 199

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

Shades of True V #8258C7

Tints of True V #8258C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.72%

R = 31.18%
G = 21.1%
B = 47.72%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8258C7 (or 0x8258C7) is known color: True V. HEX triplet: 82, 58 and C7. RGB value is (130,88,199). Sum of RGB (Red+Green+Blue) = 130+88+199=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 199 - color contains mainly: blue. Hex color #8258C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258C7 is #7DA738. Grayscale: #707070. Windows color (decimal): -8234809 or 13064322. OLE color: 13064322.

HSL color Cylindrical-coordinate representation of color #8258C7: hue angle of 262.7º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8258C7 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 88 199 -
CMYK 0.35 0.56 0 0.22
HSL 262.7º 0.5% 0.56% -
HSV(B) 262.7º 0.56% 0.78% -
XYZ 23 15.85 55.88 -
YUV 113.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 130 88 199 0.35 0.56 0 0.22 262.7 0.5 0.56
Hex 82 58 C7 23 38 0 16 107 32 38
Octal 202 130 307 43 70 0 26 407 62 70
Binary 10000010 1011000 11000111 100011 111000 0 10110 100000111 110010 111000

Color Harmonies of #8258C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258C7

Black with #8258C7

Text Example


Text Example

White with #8258C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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