Html Css Color HEX #8366D2 True V

📋 copy color: '#8366D2'

red 131 ◦ green 102 ◦ blue 210

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

Shades of True V #8366D2

Tints of True V #8366D2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 210 (82.42% from 255) = 47.4%

R = 29.57%
G = 23.02%
B = 47.4%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8366D2 (or 0x8366D2) is known color: True V. HEX triplet: 83, 66 and D2. RGB value is (131,102,210). Sum of RGB (Red+Green+Blue) = 131+102+210=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 210 - color contains mainly: blue. Hex color #8366D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8366D2 is #7C992D. Grayscale: #7A7A7A. Windows color (decimal): -8165678 or 13788803. OLE color: 13788803.

HSL color Cylindrical-coordinate representation of color #8366D2: hue angle of 256.11º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8366D2 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 102 210 -
CMYK 0.38 0.51 0 0.18
HSL 256.11º 0.55% 0.61% -
HSV(B) 256.11º 0.51% 0.82% -
XYZ 25.74 18.98 63.28 -
YUV 122.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 131 102 210 0.38 0.51 0 0.18 256.11 0.55 0.61
Hex 83 66 D2 26 33 0 12 100 37 3D
Octal 203 146 322 46 63 0 22 400 67 75
Binary 10000011 1100110 11010010 100110 110011 0 10010 100000000 110111 111101

Color Harmonies of #8366D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366D2

Black with #8366D2

Text Example


Text Example

White with #8366D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8366D2; }

 p { color: rgb(131,102,210); }

 H1.HeaderClassName
 {
   color: #8366D2;
 }
 .AnyTagClassName
 {
   color: #8366D2;
 }
</style>

background-color css

<style>
 a { background-color: #8366D2; }

 a { background-color: rgb(131,102,210); }

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

border-color css

<style>
 span { border-color: #8366D2; }

 span { border-color: rgb(131,102,210); }

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