Html Css Color HEX #8268CB True V

📋 copy color: '#8268CB'

red 130 ◦ green 104 ◦ blue 203

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

Shades of True V #8268CB

Tints of True V #8268CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 29.75%
G = 23.8%
B = 46.45%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8268CB (or 0x8268CB) is known color: True V. HEX triplet: 82, 68 and CB. RGB value is (130,104,203). Sum of RGB (Red+Green+Blue) = 130+104+203=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #8268CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8268CB is #7D9734. Grayscale: #7A7A7A. Windows color (decimal): -8230709 or 13330562. OLE color: 13330562.

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

Color convert

RGB 130 104 203 -
CMYK 0.36 0.49 0 0.20
HSL 255.76º 0.49% 0.6% -
HSV(B) 255.76º 0.49% 0.8% -
XYZ 24.94 18.96 58.84 -
YUV 123.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 130 104 203 0.36 0.49 0 0.20 255.76 0.49 0.6
Hex 82 68 CB 24 31 0 14 100 31 3C
Octal 202 150 313 44 61 0 24 400 61 74
Binary 10000010 1101000 11001011 100100 110001 0 10100 100000000 110001 111100

Color Harmonies of #8268CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8268CB

Black with #8268CB

Text Example


Text Example

White with #8268CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8268CB; }

 p { color: rgb(130,104,203); }

 H1.HeaderClassName
 {
   color: #8268CB;
 }
 .AnyTagClassName
 {
   color: #8268CB;
 }
</style>

background-color css

<style>
 a { background-color: #8268CB; }

 a { background-color: rgb(130,104,203); }

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

border-color css

<style>
 span { border-color: #8268CB; }

 span { border-color: rgb(130,104,203); }

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