Html Css Color HEX #8258CC True V

📋 copy color: '#8258CC'

red 130 ◦ green 88 ◦ blue 204

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

Shades of True V #8258CC

Tints of True V #8258CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 30.81%
G = 20.85%
B = 48.34%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8258CC (or 0x8258CC) is known color: True V. HEX triplet: 82, 58 and CC. RGB value is (130,88,204). Sum of RGB (Red+Green+Blue) = 130+88+204=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #8258CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258CC is #7DA733. Grayscale: #717171. Windows color (decimal): -8234804 or 13392002. OLE color: 13392002.

HSL color Cylindrical-coordinate representation of color #8258CC: hue angle of 261.72º 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 #8258CC is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 88 204 -
CMYK 0.36 0.57 0 0.2
HSL 261.72º 0.53% 0.57% -
HSV(B) 261.72º 0.57% 0.8% -
XYZ 23.59 16.08 58.99 -
YUV 113.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 130 88 204 0.36 0.57 0 0.2 261.72 0.53 0.57
Hex 82 58 CC 24 39 0 14 106 35 39
Octal 202 130 314 44 71 0 24 406 65 71
Binary 10000010 1011000 11001100 100100 111001 0 10100 100000110 110101 111001

Color Harmonies of #8258CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258CC

Black with #8258CC

Text Example


Text Example

White with #8258CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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