Html Css Color HEX #8263C2 True V

📋 copy color: '#8263C2'

red 130 ◦ green 99 ◦ blue 194

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

Shades of True V #8263C2

Tints of True V #8263C2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 30.73%
G = 23.4%
B = 45.86%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8263C2 (or 0x8263C2) is known color: True V. HEX triplet: 82, 63 and C2. RGB value is (130,99,194). Sum of RGB (Red+Green+Blue) = 130+99+194=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #8263C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263C2 is #7D9C3D. Grayscale: #767676. Windows color (decimal): -8231998 or 12739458. OLE color: 12739458.

HSL color Cylindrical-coordinate representation of color #8263C2: hue angle of 259.58º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8263C2 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 99 194 -
CMYK 0.33 0.49 0 0.24
HSL 259.58º 0.44% 0.57% -
HSV(B) 259.58º 0.49% 0.76% -
XYZ 23.41 17.56 53.2 -
YUV 119.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 130 99 194 0.33 0.49 0 0.24 259.58 0.44 0.57
Hex 82 63 C2 21 31 0 18 104 2C 39
Octal 202 143 302 41 61 0 30 404 54 71
Binary 10000010 1100011 11000010 100001 110001 0 11000 100000100 101100 111001

Color Harmonies of #8263C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263C2

Black with #8263C2

Text Example


Text Example

White with #8263C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8263C2; }

 p { color: rgb(130,99,194); }

 H1.HeaderClassName
 {
   color: #8263C2;
 }
 .AnyTagClassName
 {
   color: #8263C2;
 }
</style>

background-color css

<style>
 a { background-color: #8263C2; }

 a { background-color: rgb(130,99,194); }

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

border-color css

<style>
 span { border-color: #8263C2; }

 span { border-color: rgb(130,99,194); }

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