Html Css Color HEX #8367CA True V

📋 copy color: '#8367CA'

red 131 ◦ green 103 ◦ blue 202

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

Shades of True V #8367CA

Tints of True V #8367CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

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

R = 30.05%
G = 23.62%
B = 46.33%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8367CA (or 0x8367CA) is known color: True V. HEX triplet: 83, 67 and CA. RGB value is (131,103,202). Sum of RGB (Red+Green+Blue) = 131+103+202=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #8367CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8367CA is #7C9835. Grayscale: #7A7A7A. Windows color (decimal): -8165430 or 13264771. OLE color: 13264771.

HSL color Cylindrical-coordinate representation of color #8367CA: hue angle of 256.97º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8367CA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 103 202 -
CMYK 0.35 0.49 0 0.21
HSL 256.97º 0.48% 0.6% -
HSV(B) 256.97º 0.49% 0.79% -
XYZ 24.87 18.79 58.19 -
YUV 122.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 131 103 202 0.35 0.49 0 0.21 256.97 0.48 0.6
Hex 83 67 CA 23 31 0 15 101 30 3C
Octal 203 147 312 43 61 0 25 401 60 74
Binary 10000011 1100111 11001010 100011 110001 0 10101 100000001 110000 111100

Color Harmonies of #8367CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8367CA

Black with #8367CA

Text Example


Text Example

White with #8367CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,103,202); }

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

background-color css

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

 a { background-color: rgb(131,103,202); }

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

border-color css

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

 span { border-color: rgb(131,103,202); }

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