Html Css Color HEX #8258CD True V

📋 copy color: '#8258CD'

red 130 ◦ green 88 ◦ blue 205

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

Shades of True V #8258CD

Tints of True V #8258CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 30.73%
G = 20.8%
B = 48.46%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8258CD (or 0x8258CD) is known color: True V. HEX triplet: 82, 58 and CD. RGB value is (130,88,205). Sum of RGB (Red+Green+Blue) = 130+88+205=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #8258CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8258CD is #7DA732. Grayscale: #717171. Windows color (decimal): -8234803 or 13457538. OLE color: 13457538.

HSL color Cylindrical-coordinate representation of color #8258CD: hue angle of 261.54º degrees, saturation: 0.54, 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 #8258CD is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 88 205 -
CMYK 0.37 0.57 0 0.20
HSL 261.54º 0.54% 0.57% -
HSV(B) 261.54º 0.57% 0.8% -
XYZ 23.72 16.13 59.62 -
YUV 113.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 130 88 205 0.37 0.57 0 0.20 261.54 0.54 0.57
Hex 82 58 CD 25 39 0 14 106 36 39
Octal 202 130 315 45 71 0 24 406 66 71
Binary 10000010 1011000 11001101 100101 111001 0 10100 100000110 110110 111001

Color Harmonies of #8258CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258CD

Black with #8258CD

Text Example


Text Example

White with #8258CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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