Html Css Color HEX #8368CB True V

📋 copy color: '#8368CB'

red 131 ◦ green 104 ◦ blue 203

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

Shades of True V #8368CB

Tints of True V #8368CB

RGB

 RED value IS 131 (51.56% from 255) = 29.91%

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

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

R = 29.91%
G = 23.74%
B = 46.35%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8368CB (or 0x8368CB) is known color: True V. HEX triplet: 83, 68 and CB. RGB value is (131,104,203). Sum of RGB (Red+Green+Blue) = 131+104+203=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #8368CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8368CB is #7C9734. Grayscale: #7A7A7A. Windows color (decimal): -8165173 or 13330563. OLE color: 13330563.

HSL color Cylindrical-coordinate representation of color #8368CB: hue angle of 256.36º 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 #8368CB is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 104 203 -
CMYK 0.35 0.49 0 0.20
HSL 256.36º 0.49% 0.6% -
HSV(B) 256.36º 0.49% 0.8% -
XYZ 25.09 19.04 58.85 -
YUV 123.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 131 104 203 0.35 0.49 0 0.20 256.36 0.49 0.6
Hex 83 68 CB 23 31 0 14 100 31 3C
Octal 203 150 313 43 61 0 24 400 61 74
Binary 10000011 1101000 11001011 100011 110001 0 10100 100000000 110001 111100

Color Harmonies of #8368CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8368CB

Black with #8368CB

Text Example


Text Example

White with #8368CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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