Html Css Color HEX #8269CC True V

📋 copy color: '#8269CC'

red 130 ◦ green 105 ◦ blue 204

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

Shades of True V #8269CC

Tints of True V #8269CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

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

R = 29.61%
G = 23.92%
B = 46.47%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8269CC (or 0x8269CC) is known color: True V. HEX triplet: 82, 69 and CC. RGB value is (130,105,204). Sum of RGB (Red+Green+Blue) = 130+105+204=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #8269CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269CC is #7D9633. Grayscale: #7B7B7B. Windows color (decimal): -8230452 or 13396354. OLE color: 13396354.

HSL color Cylindrical-coordinate representation of color #8269CC: hue angle of 255.15º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8269CC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 105 204 -
CMYK 0.36 0.49 0 0.2
HSL 255.15º 0.49% 0.61% -
HSV(B) 255.15º 0.49% 0.8% -
XYZ 25.16 19.21 59.51 -
YUV 123.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 130 105 204 0.36 0.49 0 0.2 255.15 0.49 0.61
Hex 82 69 CC 24 31 0 14 FF 31 3D
Octal 202 151 314 44 61 0 24 377 61 75
Binary 10000010 1101001 11001100 100100 110001 0 10100 11111111 110001 111101

Color Harmonies of #8269CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8269CC

Black with #8269CC

Text Example


Text Example

White with #8269CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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