Html Css Color HEX #8265CA True V

📋 copy color: '#8265CA'

red 130 ◦ green 101 ◦ blue 202

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

Shades of True V #8265CA

Tints of True V #8265CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.33%

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 30.02%
G = 23.33%
B = 46.65%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8265CA (or 0x8265CA) is known color: True V. HEX triplet: 82, 65 and CA. RGB value is (130,101,202). Sum of RGB (Red+Green+Blue) = 130+101+202=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #8265CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8265CA is #7D9A35. Grayscale: #787878. Windows color (decimal): -8231478 or 13264258. OLE color: 13264258.

HSL color Cylindrical-coordinate representation of color #8265CA: hue angle of 257.23º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8265CA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 101 202 -
CMYK 0.36 0.50 0 0.21
HSL 257.23º 0.49% 0.59% -
HSV(B) 257.23º 0.5% 0.79% -
XYZ 24.52 18.32 58.12 -
YUV 121.19 173.61 134.29 -
System Red Green Blue C M Y K H S L
Decimal 130 101 202 0.36 0.50 0 0.21 257.23 0.49 0.59
Hex 82 65 CA 24 32 0 15 101 31 3B
Octal 202 145 312 44 62 0 25 401 61 73
Binary 10000010 1100101 11001010 100100 110010 0 10101 100000001 110001 111011

Color Harmonies of #8265CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8265CA

Black with #8265CA

Text Example


Text Example

White with #8265CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8265CA; }

 p { color: rgb(130,101,202); }

 H1.HeaderClassName
 {
   color: #8265CA;
 }
 .AnyTagClassName
 {
   color: #8265CA;
 }
</style>

background-color css

<style>
 a { background-color: #8265CA; }

 a { background-color: rgb(130,101,202); }

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

border-color css

<style>
 span { border-color: #8265CA; }

 span { border-color: rgb(130,101,202); }

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